DelegateValidationControl.RenderValidationErrorAfterMessage Method
This member is reserved for internal use and is not intended to be used directly from your code. Renders the HTML required to display the validation error message in a table.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Shared Sub RenderValidationErrorAfterMessage ( _
output As TextWriter _
)
'Usage
Dim output As TextWriter
DelegateValidationControl.RenderValidationErrorAfterMessage(output)
public static void RenderValidationErrorAfterMessage(
TextWriter output
)
Parameters
- output
Type: System.IO.TextWriter
The TextWriter object that receives the HTML.
Remarks
The method renders the HTML that completes the table used to display the validation error message.
See Also
Reference
DelegateValidationControl Class