AssemblyResourceLoader.IHttpHandler.ProcessRequest(HttpContext) 方法

定义

有关此成员的说明,请参见 ProcessRequest(HttpContext)For a description of this member, see ProcessRequest(HttpContext).

 virtual void System.Web.IHttpHandler.ProcessRequest(System::Web::HttpContext ^ context) = System::Web::IHttpHandler::ProcessRequest;
void IHttpHandler.ProcessRequest (System.Web.HttpContext context);
abstract member System.Web.IHttpHandler.ProcessRequest : System.Web.HttpContext -> unit
override this.System.Web.IHttpHandler.ProcessRequest : System.Web.HttpContext -> unit
Sub ProcessRequest (context As HttpContext) Implements IHttpHandler.ProcessRequest

参数

context
HttpContext

请求的上下文。The context of the request.

实现

例外

Web 资源请求无效。The Web resource request is invalid.

- 或 --or-

未能找到程序集名称。The assembly name could not be found.

- 或 --or-

未能在程序集中找到资源名称。The resource name could not be found in the assembly.

注解

此成员是显式接口成员实现。This member is an explicit-interface member implementation. 它只能在 AssemblyResourceLoader 实例被强制转换为 IHttpHandler 接口时使用。It can be used only when the AssemblyResourceLoader instance is cast to an IHttpHandler interface.

适用于