PageActionEndpointConventionBuilder 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
EndpointBuilder 인스턴스의 사용자 지정에 사용할 규칙을 빌드합니다.
public ref class PageActionEndpointConventionBuilder sealed : Microsoft::AspNetCore::Builder::IEndpointConventionBuilder
public sealed class PageActionEndpointConventionBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder
type PageActionEndpointConventionBuilder = class
interface IEndpointConventionBuilder
Public NotInheritable Class PageActionEndpointConventionBuilder
Implements IEndpointConventionBuilder
- 상속
-
PageActionEndpointConventionBuilder
- 구현
설명
이 인터페이스는 애플리케이션 시작 시 애플리케이션에 대한 엔드포인트를 사용자 지정하는 데 사용됩니다.
메서드
Add(Action<EndpointBuilder>) |
지정한 규칙을 작성기에 추가합니다. 규칙은 EndpointBuilder 인스턴스를 사용자 지정하는 데 사용됩니다. |
Finally(Action<EndpointBuilder>) |
Add(Action<EndpointBuilder>) 통해 등록된 규칙 이후에 지정된 실행 규칙을 등록합니다. |
확장 메서드
WithStaticAssets(PageActionEndpointConventionBuilder, String) |
엔드포인트에 ResourceAssetCollection 메타데이터 인스턴스를 추가합니다. |
DisableRequestTimeout(IEndpointConventionBuilder) |
엔드포인트에서 요청 시간 제한을 사용하지 않도록 설정합니다. |
WithRequestTimeout(IEndpointConventionBuilder, RequestTimeoutPolicy) |
엔드포인트에 대한 시간 제한 정책을 지정합니다. |
WithRequestTimeout(IEndpointConventionBuilder, String) |
엔드포인트에 대한 시간 제한 정책을 지정합니다. |
WithRequestTimeout(IEndpointConventionBuilder, TimeSpan) |
엔드포인트에 대한 시간 제한을 지정합니다. |
ShortCircuit(IEndpointConventionBuilder, Nullable<Int32>) |
엔드포인트를 단락합니다. 엔드포인트 실행은 UseEndpoint 대신 UseRouting 미들웨어에서 발생합니다. |