HostedWebApplication.WebAction.HttpVerb Enum
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.
Moved enum into ActionType to encapsulate more effectively for code outside this module such as the adapters.
public: enum class HostedWebApplication::WebAction::HttpVerb
public enum HostedWebApplication.WebAction.HttpVerb
type HostedWebApplication.WebAction.HttpVerb =
Public Enum HostedWebApplication.WebAction.HttpVerb
- Inheritance
-
HostedWebApplication.WebAction.HttpVerb
Fields
Name | Value | Description |
---|---|---|
GET | 0 | Perform Http GET |
POST | 1 | Perform Http POST |