IActionHttpMethodProvider Interface

Definition

Interface that exposes a list of http methods that are supported by an provider.

public interface class IActionHttpMethodProvider
public interface IActionHttpMethodProvider
type IActionHttpMethodProvider = interface
Public Interface IActionHttpMethodProvider
Derived

Properties

HttpMethods

The list of http methods this action provider supports.

Applies to