INamedRouter 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이름을 가진 에 IRouter 대한 인터페이스입니다.
public interface class INamedRouter : Microsoft::AspNetCore::Routing::IRouter
public interface INamedRouter : Microsoft.AspNetCore.Routing.IRouter
type INamedRouter = interface
interface IRouter
Public Interface INamedRouter
Implements IRouter
- 파생
- 구현
속성
Name |
라우터의 이름입니다. null일 수 있습니다. |
메서드
GetVirtualPath(VirtualPathContext) |
제공된 경로 세부 정보와 연결된 URL을 반환합니다. |
RouteAsync(RouteContext) |
현재 |