Class HtmlLabelExtensions
Inheritance
HtmlLabelExtensions
Assembly: DotNetNuke.Web.Mvc.dll
Syntax
public static class HtmlLabelExtensions
Methods
Label(DnnHtmlHelper, string)
Declaration
public static MvcHtmlString Label(this DnnHtmlHelper html, string expression)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Label(DnnHtmlHelper, string, IDictionary<string, object>)
Declaration
public static MvcHtmlString Label(this DnnHtmlHelper html, string expression, IDictionary<string, object> htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Label(DnnHtmlHelper, string, object)
Declaration
public static MvcHtmlString Label(this DnnHtmlHelper html, string expression, object htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Label(DnnHtmlHelper, string, string)
Declaration
public static MvcHtmlString Label(this DnnHtmlHelper html, string expression, string labelText)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Label(DnnHtmlHelper, string, string, IDictionary<string, object>)
Declaration
public static MvcHtmlString Label(this DnnHtmlHelper html, string expression, string labelText, IDictionary<string, object> htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Label(DnnHtmlHelper, string, string, object)
Declaration
public static MvcHtmlString Label(this DnnHtmlHelper html, string expression, string labelText, object htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Declaration
public static MvcHtmlString LabelForModel(this DnnHtmlHelper html)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Declaration
public static MvcHtmlString LabelForModel(this DnnHtmlHelper html, IDictionary<string, object> htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Declaration
public static MvcHtmlString LabelForModel(this DnnHtmlHelper html, object htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Declaration
public static MvcHtmlString LabelForModel(this DnnHtmlHelper html, string labelText)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Declaration
public static MvcHtmlString LabelForModel(this DnnHtmlHelper html, string labelText, IDictionary<string, object> htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Declaration
public static MvcHtmlString LabelForModel(this DnnHtmlHelper html, string labelText, object htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
LabelFor<TModel, TValue>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TValue>>)
Declaration
public static MvcHtmlString LabelFor<TModel, TValue>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Type Parameters
Name |
Description |
TModel |
|
TValue |
|
LabelFor<TModel, TValue>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, IDictionary<string, object>)
Declaration
public static MvcHtmlString LabelFor<TModel, TValue>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression, IDictionary<string, object> htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Type Parameters
Name |
Description |
TModel |
|
TValue |
|
LabelFor<TModel, TValue>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, object)
Declaration
public static MvcHtmlString LabelFor<TModel, TValue>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression, object htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Type Parameters
Name |
Description |
TModel |
|
TValue |
|
LabelFor<TModel, TValue>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, string)
Declaration
public static MvcHtmlString LabelFor<TModel, TValue>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression, string labelText)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Type Parameters
Name |
Description |
TModel |
|
TValue |
|
LabelFor<TModel, TValue>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, string, IDictionary<string, object>)
Declaration
public static MvcHtmlString LabelFor<TModel, TValue>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression, string labelText, IDictionary<string, object> htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Type Parameters
Name |
Description |
TModel |
|
TValue |
|
LabelFor<TModel, TValue>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, string, object)
Declaration
public static MvcHtmlString LabelFor<TModel, TValue>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression, string labelText, object htmlAttributes)
Parameters
Returns
Type |
Description |
MvcHtmlString |
|
Type Parameters
Name |
Description |
TModel |
|
TValue |
|