DynamicDataRouteHandler.IRouteHandler.GetHttpHandler(RequestContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳處理 ASP.NET 動態資料路由模式的處理器。
virtual System::Web::IHttpHandler ^ System.Web.Routing.IRouteHandler.GetHttpHandler(System::Web::Routing::RequestContext ^ requestContext) = System::Web::Routing::IRouteHandler::GetHttpHandler;
System.Web.IHttpHandler IRouteHandler.GetHttpHandler(System.Web.Routing.RequestContext requestContext);
abstract member System.Web.Routing.IRouteHandler.GetHttpHandler : System.Web.Routing.RequestContext -> System.Web.IHttpHandler
override this.System.Web.Routing.IRouteHandler.GetHttpHandler : System.Web.Routing.RequestContext -> System.Web.IHttpHandler
Function GetHttpHandler (requestContext As RequestContext) As IHttpHandler Implements IRouteHandler.GetHttpHandler
參數
- requestContext
- RequestContext
與網路請求相關的上下文資訊。
傳回
處理 ASP.NET 動態資料路由模式的處理器。
實作
備註
此方法實 GetHttpHandler 作介面方法。