Field Allow
The HTTP Allow header.
Lists the HTTP methods that are supported by the resource, informing clients about the available actions.
public const string Allow = "Allow"
Returns
- string
- The HTTP Allow header. Lists the HTTP methods that are supported by the resource, informing clients about the available actions.