HtmlHelper::ValidationMessageElement Property

 

Element name used to wrap the validation message generated by ValidationMessage and other overloads.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

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

Property Value

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