HttpMethod Conversion (String to HttpMethod) |
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public static explicit operator HttpMethod (
string name
)
Public Shared Narrowing Operator CType (
name As String
) As HttpMethod
static explicit operator HttpMethod^ (
String^ name
)
F# does not support the declaration of new casting operators.
Parameters
- name
- Type: SystemString
The http-method name.
Return Value
Type:
HttpMethod
The result of the conversion.
See Also