RouteCollectionExtensions.IgnoreRoute 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
IgnoreRoute(RouteCollection, String) |
지정된 사용 가능한 경로 목록에 대해 지정된 URL 경로를 무시합니다. |
IgnoreRoute(RouteCollection, String, Object) |
지정된 사용 가능한 경로 목록과 제약 조건 목록에 대해 지정된 URL 경로를 무시합니다. |
IgnoreRoute(RouteCollection, String)
지정된 사용 가능한 경로 목록에 대해 지정된 URL 경로를 무시합니다.
public static void IgnoreRoute (this System.Web.Routing.RouteCollection routes, string url);
static member IgnoreRoute : System.Web.Routing.RouteCollection * string -> unit
<Extension()>
Public Sub IgnoreRoute (routes As RouteCollection, url As String)
매개 변수
- routes
- RouteCollection
응용 프로그램에 대한 경로의 컬렉션입니다.
- url
- String
무시할 경로의 URL 패턴입니다.
예외
routes
또는 url
매개 변수가 null입니다.
적용 대상
IgnoreRoute(RouteCollection, String, Object)
지정된 사용 가능한 경로 목록과 제약 조건 목록에 대해 지정된 URL 경로를 무시합니다.
public static void IgnoreRoute (this System.Web.Routing.RouteCollection routes, string url, object constraints);
static member IgnoreRoute : System.Web.Routing.RouteCollection * string * obj -> unit
<Extension()>
Public Sub IgnoreRoute (routes As RouteCollection, url As String, constraints As Object)
매개 변수
- routes
- RouteCollection
응용 프로그램에 대한 경로의 컬렉션입니다.
- url
- String
무시할 경로의 URL 패턴입니다.
- constraints
- Object
매개 변수의 값을 지정하는 식 집합입니다 url
.
예외
routes
또는 url
매개 변수가 null입니다.