HttpMethodDelete Property |
Represents an HTTP DELETE protocol method.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic static HttpMethod Delete { get; }
Public Shared ReadOnly Property Delete As HttpMethod
Get
public:
static property HttpMethod^ Delete {
HttpMethod^ get ();
}
static member Delete : HttpMethod with get
Property Value
Type:
HttpMethod
The HTTP DELETE protocol method.
See Also