SuppressMatchingMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Metadata used to prevent URL matching. If SuppressMatching is true the
associated endpoint will not be considered for URL matching.
public ref class SuppressMatchingMetadata sealed : Microsoft::AspNetCore::Routing::ISuppressMatchingMetadata
public sealed class SuppressMatchingMetadata : Microsoft.AspNetCore.Routing.ISuppressMatchingMetadata
type SuppressMatchingMetadata = class
interface ISuppressMatchingMetadata
Public NotInheritable Class SuppressMatchingMetadata
Implements ISuppressMatchingMetadata
- Inheritance
-
SuppressMatchingMetadata
- Implements
Constructors
| SuppressMatchingMetadata() |
Properties
| SuppressMatching |
Gets a value indicating whether the associated endpoint should be used for URL matching. |
Methods
| ToString() | Returns a string that represents the current object. |