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

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

The GetHTMLData 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.
(Inherited from WebHandlerBase.)
Public method BuildQueryString(NameValueCollection, String)
Returns a query string from a collection with an '&' (ampersand) at the end.
(Inherited from WebHandlerBase.)
Public method BuildQueryString(NameValueCollection, String, String)
Returns a query string from a collection with an '&' (ampersand) at the end.
(Inherited from WebHandlerBase.)
Public method CS_FixJavaString
Returns a string where the escape character sequences is adjusted to be used with Javascript.
(Inherited from WebHandlerBase.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetCookie(String)
Gets an http cookie
(Inherited from WebHandlerBase.)
Public method GetCookie(String, String)
Gets an http cookie
(Inherited from WebHandlerBase.)
Public method GetCredentialCache
Returns the a System.Net.CredentialCache object used when making HTTPrequests.
(Inherited from WebHandlerBase.)
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.
(Inherited from WebHandlerBase.)
Public method GetWebRequest(String, String, String, String, Boolean, String)
Returns a WebRequest containing the response to the request to a Uniform Resource Identifier (URI).
(Inherited from WebHandlerBase.)
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.
(Inherited from WebHandlerBase.)
Public method GetWebResponse(String, String, String, String, Boolean, String)
Returns a WebResponse containing the response to the request to a Uniform Resource Identifier (URI).
(Inherited from WebHandlerBase.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method NotifyInitedPage
Indicate that the page is initialized
(Inherited from WebHandlerBase.)
Protected method Page_Load
Setting up some standard for all web-api:s
(Overrides WebHandlerBasePage_Load.)
Public method ProcessRequest
Setting up some standard features for all web-api. This runs onload. The method handles connection id cookies.
(Inherited from WebHandlerBase.)
Public method SetCookie(String, String)
Sets an http cookie
(Inherited from WebHandlerBase.)
Public method SetCookie(String, String, DateTime)
Sets an http cookie
(Inherited from WebHandlerBase.)
Public method SetCookie(String, String, String)
Sets an http cookie
(Inherited from WebHandlerBase.)
Public method SetCookie(String, String, String, DateTime)
Sets an http cookie
(Inherited from WebHandlerBase.)
Public method ToString (Inherited from Object.)
Top
See Also

Reference