SuppressMatchingMetadata 클래스

정의

URL 일치를 방지하는 데 사용되는 메타데이터입니다. 이 trueSuppressMatching 연결된 엔드포인트가 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 일치를 방지하는 데 사용되는 메타데이터입니다. 이 trueSuppressMatching 연결된 엔드포인트가 URL 일치로 간주되지 않습니다.

속성

SuppressMatching

연결된 엔드포인트를 URL 일치에 사용해야 하는지 여부를 나타내는 값을 가져옵니다.

메서드

ToString()

URL 일치를 방지하는 데 사용되는 메타데이터입니다. 이 trueSuppressMatching 연결된 엔드포인트가 URL 일치로 간주되지 않습니다.

적용 대상