SPScriptSafePagesCollection.ValidateAndNormalizeValue method
Validates and normalizes a site collection page URL.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend Overrides Function ValidateAndNormalizeValue ( _
item As String _
) As String
'Usage
Dim item As String
Dim returnValue As String
returnValue = Me.ValidateAndNormalizeValue(item)
protected internal override string ValidateAndNormalizeValue(
string item
)
Parameters
item
Type: System.StringThe item to be validated and normalized.
Return value
Type: System.String
The validated and normalized site collection page URL.
See also
Reference
SPScriptSafePagesCollection class