Converts a string into an HttpMethod.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public static HttpMethod Find( string name )
Parameters
- name
- Type: System String
The text to convert.
Return Value
The matching HttpMethod.Exceptions
Exception | Condition |
---|---|
Facilita.Exception BadValueException | No matching HttpMethod could be found. |
See Also