SuppressMatchingMetadata Class

Definition

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.

Applies to