AttributeRouteInfo.SuppressPathMatching 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值确定与此模型关联的路由条目是否参与路径匹配 (入站路由) 。
public:
 property bool SuppressPathMatching { bool get(); void set(bool value); };public bool SuppressPathMatching { get; set; }member this.SuppressPathMatching : bool with get, setPublic Property SuppressPathMatching As Boolean