This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartsite web requests.
Syntax
C# | Copy Code |
---|---|
namespace Smartsite.Web |
Visual Basic (Declaration) | Copy Code |
---|---|
Namespace Smartsite.Web |
Classes
Class | Description | |
---|---|---|
BaseHttpHandler |
An abstract base Http Handler for all your
IHttpHandler needs.
|
|
BBCode |
BBCode class
|
|
CachingFilterStream |
Provides a filtered stream of bytes with support for caching.
|
|
CmsResponseInfo |
Provides response information of a cms request
|
|
ErrorRequestEventArgs |
Event args for Http exception
|
|
FilterStream |
Provides a filtered stream of bytes.
|
|
HtmlIncludeResolver |
This class resolves all external references to CSS, JS and images and includes them inline in the Html document.
|
|
HtmlSource |
Represents WebBrowser Html Source
|
|
HtmlWriter |
Extends XmlTextWriter to provide Html writing feature which is not as strict as Xml
writing. For example, Xml Writer encodes content passed to WriteString which encodes special markups like
nbsp; to amp;nbsp. So, WriteString is bypassed by calling WriteRaw.
|
|
HttpServer |
Wrapper class for the HTTPListener to allow easier access to the
server, for start and stop management and event routing of the actual
inbound requests.
|
|
JavaScriptMinifier | ||
RequestEventArgs |
Event args for end of Http request.
|
|
ResourceBase | ||
ResponseInfo |
Provides information of a response.
|
|
UrlBase |
Url base to add to the web server
|
|
Utility |
Utility methods for Smartsite Web Environment
|
|
WebPage |
Webpage class.
Encapsulates webpage retrieval from both current site and external sources.
|
Interfaces
Interface | Description | |
---|---|---|
IPersistStreamInit |
IPersistStreamInit interface.
|
|
IRequestHandler |
Contract for handling requests
|
Delegates
Delegate | Description | |
---|---|---|
DelReceiveWebRequest |
Delegate signature for DelReceiveWebRequest event
|
Enumerations
Enumeration | Description | |
---|---|---|
ContentDisposition |
Enumeration containing the possisble values for the HTTP Content-Disposition header.
|
|
HttpHeaderPassThroughMode |
Mode for handling http headers in the embed
|
|
RequestMode |
Requesting mode for WebPage requests.
|
|
UrlBaseType |
Type of an Url base
|