HtmlHelper.ValidationSummaryMessageElement Property
Element name used to wrap a top-level message in ValidationSummary and other overloads.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public static string ValidationSummaryMessageElement { get; set; }
public:
property String^ ValidationSummaryMessageElement {
static String^ get();
static void set(String^ value);
}
static member ValidationSummaryMessageElement : string with get, set
Public Shared Property ValidationSummaryMessageElement As String
Property Value
Type: System.String
See Also
HtmlHelper Class
System.Web.Mvc Namespace
Return to top