IActionHttpMethodProvider 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.
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.  |