DelegateValidationControl.RenderInputFormValidationErrorAfterMessage Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Shared Sub RenderInputFormValidationErrorAfterMessage ( _
output As TextWriter _
)
'Usage
Dim output As TextWriter
DelegateValidationControl.RenderInputFormValidationErrorAfterMessage(output)
public static void RenderInputFormValidationErrorAfterMessage(
TextWriter output
)
Parameters
- output
Type: System.IO.TextWriter
See Also
Reference
DelegateValidationControl Class