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)

public:
property String^ ValidationSummaryMessageElement {
	static String^ get();
	static void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: