TagRenderMode Enumeration
Enumerates the modes that are available for rendering HTML tags.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Examples
Normal renders "<tag></tag>" (with attributes if defined)
StartTag renders "<tag>" (with attributes if defined)
EndTag renders "</tag>"
SelfClosing renders "<tag />" (with attributes if defined, but ignores innerHtml)
StartTag renders "<tag>" (with attributes if defined)
EndTag renders "</tag>"
SelfClosing renders "<tag />" (with attributes if defined, but ignores innerHtml)
- 4/27/2011
- Markus Hamburger