IServerUtility API Document
Missing summary
Methods
BuildWebParams(NameValueCollection queryParams) : String
Build an encoded QueryString
| Parameter | Description |
|---|---|
| queryParams | A NameValueCollection with the values for the QueryParams |
JavaScriptEscape(String content) : String
Escapes JavaScript with Url encoding and returns the encoded string.
| Parameter | Description |
|---|---|
| content | The text to URL encode and escape JavaScript within. |
UrlPathEncode(String content) : String
URL encodes the path portion of a URL string and returns the encoded string.
| Parameter | Description |
|---|---|
| content | The text to URL encode. |
UrlEncode(String content) : String
URL encodes a string and returns the encoded string.
| Parameter | Description |
|---|---|
| content | The text to URL encode. |
HtmlEncode(String content) : String
HTML encodes a string and returns the encoded string.
| Parameter | Description |
|---|---|
| content | The text string to HTML encode. |
MapPath(String virtualPath) : String
Returns the physical path for the specified virtual path.
| Parameter | Description |
|---|---|
| virtualPath |