DynamicDataRouteHandler 클래스

정의

동적 데이터 경로 패턴을 ASP.NET 처리합니다.

public ref class DynamicDataRouteHandler : System::Web::Routing::IRouteHandler
public class DynamicDataRouteHandler : System.Web.Routing.IRouteHandler
type DynamicDataRouteHandler = class
    interface IRouteHandler
Public Class DynamicDataRouteHandler
Implements IRouteHandler
상속
DynamicDataRouteHandler
구현

생성자

Name Description
DynamicDataRouteHandler()

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

속성

Name Description
Model

클래스가 MetaModel 연결된 개체를 DynamicDataRouteHandler 가져오거나 설정합니다.

메서드

Name Description
CreateHandler(DynamicDataRoute, MetaTable, String)

요청을 처리하는 처리기를 만듭니다.

Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetCustomPageVirtualPath(MetaTable, String)

사용자 지정 페이지의 가상 경로를 만듭니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetRequestContext(HttpContext)

RequestContext 현재 웹 요청에 대한 인스턴스를 반환합니다.

GetRequestMetaTable(HttpContext)

MetaTable 개체에서 개체를 HttpContext 반환합니다.

GetScaffoldPageVirtualPath(MetaTable, String)

동적 데이터에 대해 사용하도록 설정된 페이지의 가상 경로를 반환합니다.

GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
SetRequestMetaTable(HttpContext, MetaTable)

MetaTable 현재 HttpRequest 개체와 연결된 개체를 설정합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

Name Description
IRouteHandler.GetHttpHandler(RequestContext)

ASP.NET 동적 데이터 경로 패턴을 처리하는 처리기를 반환합니다.

적용 대상