TagRenderMode
Assembly: ServiceStack.Razor.dll
View Source
Declaration
public enum TagRenderMode
Fields
Normal
View Source
Declaration
Normal = 0
StartTag
View Source
Declaration
StartTag = 1
EndTag
View Source
Declaration
EndTag = 2
SelfClosing
View Source
Declaration
SelfClosing = 3