HtmlHelper.SetValidationMessageElement(String) Method
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.
Set element name used to wrap the validation message generated by ValidationMessage(HtmlHelper, String) and other overloads.
public void SetValidationMessageElement (string elementName);
member this.SetValidationMessageElement : string -> unit
Public Sub SetValidationMessageElement (elementName As String)
Parameters
- elementName
- String