This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Validates the parameters. Inheriting classes must
implement this and return true if the parameters are
valid, otherwise false.
Namespace: Smartsite.Web
Assembly: Smartsite.Web (in Smartsite.Web.dll)
Syntax
C# | Copy Code |
---|---|
public abstract bool ValidateParameters( context ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustOverride Function ValidateParameters ( _ context As _ ) As |
Parameters
- context
- HttpContext
Context.
Return Value
true if the parameters are valid, otherwise falseSee Also
BaseHttpHandler Class
Smartsite.Web Namespace