Click or drag to resize
CMSNotFoundResultStatusCode Property
Gets the HTTP status code.

Namespace: CMS.Base.Routing
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public Nullable<int> StatusCode { get; }

Property Value

Type: NullableInt32

Implements

ICMSStatusCodeActionResultStatusCode
See Also