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