HttpMethod  Conversion (String to HttpMethod)
Performs an explicit conversion from String to HttpMethod.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public static explicit operator HttpMethod (
	string name
)

Parameters

name
Type: SystemString
The http-method name.

Return Value

Type: HttpMethod
The result of the conversion.
See Also