LabelExtensions
Assembly: ServiceStack.Razor.dll
View Source
Declaration
public static class LabelExtensions
Methods
Label(HtmlHelper, String)
View Source
Declaration
public static MvcHtmlString Label(this HtmlHelper html, string expression)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper | html |
System.String | expression |
Label(HtmlHelper, String, String)
View Source
Declaration
public static MvcHtmlString Label(this HtmlHelper html, string expression, string labelText)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper | html |
System.String | expression |
System.String | labelText |
LabelFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>)
View Source
Declaration
public static MvcHtmlString LabelFor<TModel, TValue>(this HtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper<TModel> | html |
System.Linq.Expressions.Expression<System.Func<<TModel>,<TValue>>> | expression |
Type Parameters
TModel
TValue
LabelFor<TModel, TValue>(HtmlHelper<TModel>, Expression<Func<TModel, TValue>>, String)
View Source
Declaration
public static MvcHtmlString LabelFor<TModel, TValue>(this HtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression, string labelText)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper<TModel> | html |
System.Linq.Expressions.Expression<System.Func<<TModel>,<TValue>>> | expression |
System.String | labelText |
Type Parameters
TModel
TValue
LabelForModel(HtmlHelper)
View Source
Declaration
public static MvcHtmlString LabelForModel(this HtmlHelper html)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper | html |
LabelForModel(HtmlHelper, String)
View Source
Declaration
public static MvcHtmlString LabelForModel(this HtmlHelper html, string labelText)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper | html |
System.String | labelText |