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 ResourceHandler |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ResourceHandler |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
ResourceHandler |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HandleRequest |
Handles the request. This is where you put your
business logic.
|
|
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.) |
See Also
Smartsite.AspNet.Bridge Namespace