public readonly struct RouteMatchResultPublic Structure RouteMatchResult[<SealedAttribute>]
type RouteMatchResult =
struct
inherit ValueType
end| AllowedMethods | 允许的HTTP方法列表 |
| RpcMethod | 匹配的RPC方法 |
| Status | 匹配状态 |
| Equals | Indicates whether this instance and a specified object are equal. (继承自 ValueType。) |
| GetHashCode | Returns the hash code for this instance. (继承自 ValueType。) |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| MethodNotAllowed | 创建方法不允许的结果 |
| NotFound | 创建路由未找到的结果 |
| Options | 创建OPTIONS请求的结果 |
| Success | 创建成功的匹配结果 |
| ToString | Returns the fully qualified type name of this instance. (继承自 ValueType。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |