Click or drag to resize
ICMSStatusCodeActionResult Interface
Represents an CMSActionResult that when executed will produce an HTTP response with the specified StatusCode.

Namespace: CMS.Base.Routing
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public interface ICMSStatusCodeActionResult

The ICMSStatusCodeActionResult type exposes the following members.

Properties
  NameDescription
Public propertyStatusCode
Gets the HTTP status code.
Top
See Also