DynamicDataRouteHandler 类

定义

处理 ASP.NET 动态数据路由模式。Processes ASP.NET Dynamic Data route patterns.

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
实现

构造函数

DynamicDataRouteHandler()

初始化 DynamicDataRouteHandler 类的新实例。Initializes a new instance of the DynamicDataRouteHandler class.

属性

Model

获取或设置与 MetaModel 类关联的 DynamicDataRouteHandler 对象。Gets or sets the MetaModel object that the DynamicDataRouteHandler class is associated with.

方法

CreateHandler(DynamicDataRoute, MetaTable, String)

创建处理请求的处理程序。Creates a handler to process a request.

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetCustomPageVirtualPath(MetaTable, String)

创建自定义页面的虚拟路径。Creates the virtual path of a custom page.

GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetRequestContext(HttpContext)

返回当前 Web 请求的 RequestContext 实例。Returns the RequestContext instance for the current Web request.

GetRequestMetaTable(HttpContext)

MetaTable 对象返回 HttpContext 对象。Returns a MetaTable object from the HttpContext object.

GetScaffoldPageVirtualPath(MetaTable, String)

返回为动态数据启用的页面的虚拟路径。Returns the virtual path of a page that is enabled for Dynamic Data.

GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
SetRequestMetaTable(HttpContext, MetaTable)

设置与当前 MetaTable 对象关联的 HttpRequest 对象。Sets the MetaTable object that is associated with the current HttpRequest object.

ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

显式接口实现

IRouteHandler.GetHttpHandler(RequestContext)

返回处理 ASP.NET 动态数据路由模式的处理程序。Returns the handler that processes ASP.NET Dynamic Data route patterns.

适用于