Share via


AttributeRouteModel.SuppressPathMatching 属性

定义

获取或设置一个值,该值确定此模型是否参与路径匹配 (入站路由) 。

public:
 property bool SuppressPathMatching { bool get(); void set(bool value); };
public bool SuppressPathMatching { get; set; }
member this.SuppressPathMatching : bool with get, set
Public Property SuppressPathMatching As Boolean

属性值

适用于