Interface IRouteSegmentMatch
- Namespace
- HeyBox
- Assembly
- HeyBox.Net.Core.dll
表示用于存储 CustomId 通配符匹配的对象。
public interface IRouteSegmentMatch
Properties
Value
获取此通配符匹配捕获的值。
string Value { get; }
Property Value
- string
此通配符的值。
表示用于存储 CustomId 通配符匹配的对象。
public interface IRouteSegmentMatch
获取此通配符匹配捕获的值。
string Value { get; }
此通配符的值。