SuppressMatchingMetadata 类

定义

用于阻止 URL 匹配的元数据。 如果 SuppressMatchingtrue ,则不会考虑关联终结点进行 URL 匹配。

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
继承
SuppressMatchingMetadata
实现

构造函数

SuppressMatchingMetadata()

用于阻止 URL 匹配的元数据。 如果 SuppressMatchingtrue ,则不会考虑关联终结点进行 URL 匹配。

属性

SuppressMatching

获取一个值,该值指示是否应使用关联的终结点进行 URL 匹配。

方法

ToString()

用于阻止 URL 匹配的元数据。 如果 SuppressMatchingtrue ,则不会考虑关联终结点进行 URL 匹配。

适用于