public readonly struct HttpMethod : IEquatable<HttpMethod>
Public Structure HttpMethod
Implements IEquatable(Of HttpMethod)
[<SealedAttribute>]
type HttpMethod =
struct
inherit ValueType
interface IEquatable<HttpMethod>
end
HttpMethod | 表示 |
GetHashCode |
获取哈希码
(重写 ValueTypeGetHashCode) |
GetType | Gets the Type of the current instance. (继承自 Object。) |
ToString |
转换为字符串
(重写 ValueTypeToString) |
Map | (由 Mapper 定义。) |
Map | (由 Mapper 定义。) |
MapTTarget | (由 Mapper 定义。) |
ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |