ViewContext.ValidationMessageElement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Element name used to wrap a top-level message generated by ValidationMessage(String, String, Object, String) and other overloads.
public:
property System::String ^ ValidationMessageElement { System::String ^ get(); void set(System::String ^ value); };
public string ValidationMessageElement { get; set; }
member this.ValidationMessageElement : string with get, set
Public Property ValidationMessageElement As String