SPUtility.ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls method
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