public readonly struct HttpMethod : IEquatable<HttpMethod>Public Structure HttpMethod
Implements IEquatable(Of HttpMethod)[<SealedAttribute>]
type HttpMethod =
struct
inherit ValueType
interface IEquatable<HttpMethod>
end| HttpMethod | 表示 |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| ToString |
转换为字符串
(重写 ValueTypeToString) |
| (String to HttpMethod) | 由字符串向HttpMethod转换 |
| Map |
将源对象的属性映射到目标对象的属性中。
(由 Mapper 定义。) |
| Map |
将源对象映射到目标类型的实例。
(由 Mapper 定义。) |
| MapTTarget |
将源对象映射到指定目标类型的新实例。
(由 Mapper 定义。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |