Home

Castle Stronghold

IServerUtility API Document

Missing summary

Methods

BuildWebParams(NameValueCollection queryParams) : String

Build an encoded QueryString

ParameterDescription
queryParams A NameValueCollection with the values for the QueryParams

JavaScriptEscape(String content) : String

Escapes JavaScript with Url encoding and returns the encoded string.

ParameterDescription
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.

ParameterDescription
content The text to URL encode.

UrlEncode(String content) : String

URL encodes a string and returns the encoded string.

ParameterDescription
content The text to URL encode.

HtmlEncode(String content) : String

HTML encodes a string and returns the encoded string.

ParameterDescription
content The text string to HTML encode.

MapPath(String virtualPath) : String

Returns the physical path for the specified virtual path.

ParameterDescription
virtualPath

Google
Search WWW Search castleproject.org