![]() |
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# | ![]() |
---|---|
public abstract bool ValidateParameters( context ) |
Visual Basic (Declaration) | ![]() |
---|---|
Public MustOverride Function ValidateParameters ( _ context As _ ) As |
Parameters
- context
- HttpContext
Context.
Return Value
true if the parameters are valid, otherwise false
See Also
BaseHttpHandler Class
Smartsite.Web Namespace