This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class Handler |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class Handler |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
Handler |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HandleRequest |
Handles smartsite requests.
|
|
ProcessRequest |
Processs the incoming HTTP request.
(Inherited from BaseHttpHandler.) |
|
SetResponseCachePolicy |
Set the response cache policy
|
|
ToString | (Inherited from Object.) | |
ValidateParameters |
Validates the parameters. Inheriting classes must
implement this and return true if the parameters are
valid, otherwise false.
|
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
IsReusable |
Indicates whether or not this handler can be
reused between successive requests.
(Inherited from BaseHttpHandler.) |
|
RenderCompleted |
Returns true if the item was completely rendered, false otherwise.
|
See Also
Smartsite.AspNet.Bridge Namespace