Click or drag to resize

ResponseStatusCode Property

Gets or sets the HTTP status code of the output that is returned to the client

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public int StatusCode { get; set; }

Property Value

Type: Int32

Implements

IResponseStatusCode
See Also