SPUrlUtility Members
Include Protected Members
Include Inherited Members
Provides access to methods that operate on URLs.
The SPUrlUtility type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPUrlUtility | Initializes a new instance of the SPUrlUtility class. |
Top
Properties
Name | Description | |
---|---|---|
AllowedProtocols | Returns an array of allowed URL protocols. |
Top
Methods
Name | Description | |
---|---|---|
CombineUrl | Combines a specified URL path and nodes. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOfIllegalCharInUrlLeafName | Returns the integer index of an illegal character in the specified URL leaf name. | |
IsLegalCharInUrl | Gets a Boolean value that indicates whether the specified character can be used in a URL. | |
IsLegalFileName | Validates the specified URL leaf name. | |
IsProtocolAllowed(String) | Gets a Boolean value indicating whether the specified URL uses a supported protocol. | |
IsProtocolAllowed(String, Boolean) | Gets a Boolean value indicating whether the specified URL uses a supported protocol. | |
IsUrlFull | Gets a Boolean value indicating whether the specified URL is a full URL and not a relative URL. | |
IsUrlRelative | Gets a Boolean value indicating whether the specified URL is a relative URL and not a full URL. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top