HttpMethodAttribute

Namespace: ASPSecurityKit.ServiceStack
Assembly: ASPSecurityKit.ServiceStack.dll

Summary

Base type for security attributes that operate on one or more http methods.

Constructors

#ctor(applyTo)

Summary

Initializes a new instance of the HttpMethodAttribute class.

Parameters
Name Type Description
applyTo ServiceStack.ApplyTo Determines to which http method call it applies.

Properties

ApplyTo

Summary

Gets or sets the value to determine to which http method call this attribute applies.

Value

The value to determine to which http method call this attribute applies.