다음을 통해 공유


RouteCollectionExtensions.IgnoreRoute 메서드

정의

오버로드

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입니다.

적용 대상