AttributeRouteModel.SuppressPathMatching Property

Definition

Gets or sets a value that determines if this model participates in path matching (inbound routing).

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

Property Value

Applies to