TemplateInfo
Assembly: ServiceStack.Razor.dll
View Source
Declaration
public class TemplateInfo
Properties
FormattedModelValue
View Source
Declaration
public object FormattedModelValue { get; set; }
HtmlFieldPrefix
View Source
Declaration
public string HtmlFieldPrefix { get; set; }
TemplateDepth
View Source
Declaration
public int TemplateDepth { get; }
Methods
GetFullHtmlFieldId(String)
View Source
Declaration
public string GetFullHtmlFieldId(string partialFieldName)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | partialFieldName |
GetFullHtmlFieldName(String)
View Source
Declaration
public string GetFullHtmlFieldName(string partialFieldName)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | partialFieldName |
Visited(ModelMetadata)
View Source
Declaration
public bool Visited(ModelMetadata metadata)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Html.ModelMetadata | metadata |