summaryM:DotNetNuke.Web.Mvc.Helpers.HtmlValidationExtensions.ValidationMessage(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})
Namespace: DotNetNuke.Web.Mvc.HelpersAssembly: DotNetNuke.Web.Mvc (in DotNetNuke.Web.Mvc.dll)
Syntax
C# |
---|
public static MvcHtmlString ValidationMessage( this DnnHtmlHelper html, string modelName, IDictionary<string, Object> htmlAttributes ) |
Visual Basic |
---|
<ExtensionAttribute> Public Shared Function ValidationMessage ( html As DnnHtmlHelper, modelName As String, htmlAttributes As IDictionary(Of String, Object) ) As MvcHtmlString |
Parameters
- html
- Type: DotNetNuke.Web.Mvc.Helpers..::..DnnHtmlHelper
paramhtmlM:DotNetNuke.Web.Mvc.Helpers.HtmlValidationExtensions.ValidationMessage(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})
- modelName
- Type: System..::..String
parammodelNameM:DotNetNuke.Web.Mvc.Helpers.HtmlValidationExtensions.ValidationMessage(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})
- htmlAttributes
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, Object>)>)>
paramhtmlAttributesM:DotNetNuke.Web.Mvc.Helpers.HtmlValidationExtensions.ValidationMessage(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})