<dialog></dialog> and <divc></divc> tag in ASP.Net MVC 4
C#
2
Posts
2
Posters
0
Views
1
Watching
-
<dialog> is just an element you use in your views. There is nothing in MVC that prevents you from using it in your markup, but there is nothing that generates it either. You just wrap whatever code you want in a dialog element, then use a technology like jQueryUI-dialog to utilize it. I've never heard of divc, and can find no reference to it.. so not sure what you're referring to.
-- Where are we going? And why am I in this handbasket?