WebHandlerBase Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The WebHandlerBase type exposes the following members.

Methods

  Name Description
Public method BuildQueryString(String)
Returns a query string from a Request.QueryString with an '&' (ampersand) at the end.
Public method BuildQueryString(NameValueCollection, String)
Returns a query string from a collection with an '&' (ampersand) at the end.
Public method BuildQueryString(NameValueCollection, String, String)
Returns a query string from a collection with an '&' (ampersand) at the end.
Public method CS_FixJavaString
Returns a string where the escape character sequences is adjusted to be used with Javascript.
Public method Static member CS_ReplaceRelativeUrls
Returns a string where all occurrences of relative URL's in a string containing HTML is replaced with absolute URL's.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetCookie(String)
Gets an http cookie
Public method GetCookie(String, String)
Gets an http cookie
Public method GetCredentialCache
Returns the a System.Net.CredentialCache object used when making HTTPrequests.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetWebRequest(String, String)
Returns a WebReques containing the response to the request to a Uniform Resource Identifier (URI). All cookies and credentials are stored in session variables.
Public method GetWebRequest(String, String, String, String, Boolean, String)
Returns a WebRequest containing the response to the request to a Uniform Resource Identifier (URI).
Public method GetWebResponse(String, String)
Returns a WebResponse containing the response to the request to a Uniform Resource Identifier (URI). All cookies and credentials are stored in session variables.
Public method GetWebResponse(String, String, String, String, Boolean, String)
Returns a WebResponse containing the response to the request to a Uniform Resource Identifier (URI).
Protected method MemberwiseClone (Inherited from Object.)
Protected method NotifyInitedPage
Indicate that the page is initialized
Protected method Page_Load
Setting up some standard for all web-api:s
Public method ProcessRequest
Setting up some standard features for all web-api. This runs onload. The method handles connection id cookies.
Public method SetCookie(String, String)
Sets an http cookie
Public method SetCookie(String, String, DateTime)
Sets an http cookie
Public method SetCookie(String, String, String)
Sets an http cookie
Public method SetCookie(String, String, String, DateTime)
Sets an http cookie
Public method ToString (Inherited from Object.)
Top
See Also

Reference