summaryM:DotNetNuke.Web.Mvc.Helpers.DnnLabelExtensions.LabelHelper(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})

Namespace: DotNetNuke.Web.Mvc.Helpers
Assembly: DotNetNuke.Web.Mvc (in DotNetNuke.Web.Mvc.dll)

Syntax

C#
public static MvcHtmlString LabelHelper(
	HtmlHelper html,
	string htmlFieldName,
	string labelText,
	string helpText = null,
	IDictionary<string, Object> htmlAttributes = null
)
Visual Basic
Public Shared Function LabelHelper ( 
	html As HtmlHelper,
	htmlFieldName As String,
	labelText As String,
	Optional helpText As String = Nothing,
	Optional htmlAttributes As IDictionary(Of String, Object) = Nothing
) As MvcHtmlString

Parameters

html
Type: HtmlHelper
paramhtmlM:DotNetNuke.Web.Mvc.Helpers.DnnLabelExtensions.LabelHelper(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})
htmlFieldName
Type: System..::..String
paramhtmlFieldNameM:DotNetNuke.Web.Mvc.Helpers.DnnLabelExtensions.LabelHelper(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})
labelText
Type: System..::..String
paramlabelTextM:DotNetNuke.Web.Mvc.Helpers.DnnLabelExtensions.LabelHelper(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})
helpText
Type: System..::..String
paramhelpTextM:DotNetNuke.Web.Mvc.Helpers.DnnLabelExtensions.LabelHelper(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})
htmlAttributes
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, Object>)>)>
paramhtmlAttributesM:DotNetNuke.Web.Mvc.Helpers.DnnLabelExtensions.LabelHelper(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})

Return Value

returnsM:DotNetNuke.Web.Mvc.Helpers.DnnLabelExtensions.LabelHelper(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})

See Also