SPUtility.ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls Method
Include Protected Members
Include Inherited Members
Converts the specified relative URL with an embedded prefix to a server-relative URL.
Overload List
Name | Description | |
---|---|---|
ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls(String) | Converts the specified relative URL with an embedded prefix to a server-relative URL and specifies the server URL. | |
ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls(String, Boolean) | Converts the specified relative URL with an embedded prefix to a server-relative URL and optionally encodes the site prefix. |
Top