Click or drag to resize

ResponseIsValid Method

Returns a value indicating if the Underlying Context and Response is available and valid

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public bool IsValid()

Return Value

Type: Boolean
True if the underlying context and Response is available and valid, otherwise false

Implements

IResponseIsValid
See Also