HttpMethod.Options Property

Definition

Gets the HTTP OPTIONS method.

public:
 static property HttpMethod ^ Options { HttpMethod ^ get(); };
static HttpMethod Options();
public static HttpMethod Options { get; }
var httpMethod = HttpMethod.options;
Public Shared ReadOnly Property Options As HttpMethod

Property Value

The HTTP OPTIONS method.

Applies to