IHttpMethodMetadata Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents HTTP method metadata used during routing.
public interface class IHttpMethodMetadata
public interface IHttpMethodMetadata
type IHttpMethodMetadata = interface
Public Interface IHttpMethodMetadata
- Derived
Properties
AcceptCorsPreflight |
Returns a value indicating whether the associated endpoint should accept CORS preflight requests. |
HttpMethods |
Returns a read-only collection of HTTP methods used during routing. An empty collection means any HTTP method will be accepted. |