Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles the ServerValidate event for the input form represented by the CustValCustomUrl field.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub CustomValidatorCustomUrl ( _
sender As Object, _
args As ServerValidateEventArgs _
)
'Usage
Dim sender As Object
Dim args As ServerValidateEventArgs
Me.CustomValidatorCustomUrl(sender, _
args)
protected void CustomValidatorCustomUrl(
Object sender,
ServerValidateEventArgs args
)
Parameters
sender
Type: System.ObjectThe source of the event.
args
Type: System.Web.UI.WebControls.ServerValidateEventArgsThe data for the event.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | args is null . |
Remarks
This method validates whether the input string represented by the TxtCustomUrl field is a relative URL.
See Also
Reference
IdentityProviderSettingSection Class