다음을 통해 공유


DirectRouteFactoryContext 클래스

정의

직접 경로를 만들 수 있는 컨텍스트를 나타냅니다.

public class DirectRouteFactoryContext
type DirectRouteFactoryContext = class
Public Class DirectRouteFactoryContext
상속
DirectRouteFactoryContext

생성자

DirectRouteFactoryContext(String, String, IReadOnlyCollection<ActionDescriptor>, IInlineConstraintResolver, Boolean)

DirectRouteFactoryContext 클래스의 새 인스턴스를 초기화합니다.

속성

Actions

경로를 만들 작업 설명자를 가져옵니다.

AreaPrefix

있는 경우 영역에서 정의된 경로 접두사를 가져옵니다.

ControllerPrefix

있는 경우 컨트롤러에서 정의된 경로 접두사를 가져옵니다.

InlineConstraintResolver

인라인 제약 조건 확인자를 가져옵니다.

TargetIsAction

경로가 작업 수준에서 구성되었는지 또는 컨트롤러 수준에서 구성되었는지를 나타내는 값을 가져옵니다.

메서드

CreateBuilder(String, IInlineConstraintResolver)

이 컨텍스트와 일치하는 경로를 작성할 수 있는 경로 빌더를 만듭니다.

CreateBuilder(String)

이 컨텍스트와 일치하는 경로를 작성할 수 있는 경로 빌더를 만듭니다.

적용 대상