View Source
Class UmbracoHttpHandler
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public abstract class UmbracoHttpHandler : IHttpHandler
Constructors
View Source
UmbracoHttpHandler()
Declaration
protected UmbracoHttpHandler()
View Source
UmbracoHttpHandler(IUmbracoContextAccessor, UmbracoHelper, ServiceContext, IProfilingLogger)
Declaration
protected UmbracoHttpHandler(IUmbracoContextAccessor umbracoContextAccessor, UmbracoHelper umbracoHelper, ServiceContext service, IProfilingLogger plogger)
Parameters
Properties
View Source
IsReusable
Declaration
public abstract bool IsReusable { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Logger
Declaration
public ILogger Logger { get; }
Property Value
View Source
ProfilingLogger
Gets the ProfilingLogger.
Declaration
public IProfilingLogger ProfilingLogger { get; }
Property Value
View Source
Security
Gets the web security helper.
Declaration
public WebSecurity Security { get; }
Property Value
View Source
Services
Gets the services context.
Declaration
public ServiceContext Services { get; }
Property Value
View Source
Umbraco
Declaration
public UmbracoHelper Umbraco { get; }
Property Value
View Source
UmbracoContextAccessor
Gets the Umbraco context accessor.
Declaration
public IUmbracoContextAccessor UmbracoContextAccessor { get; }
Property Value
View Source
Url
Declaration
public UrlHelper Url { get; }
Property Value
Type |
Description |
UrlHelper |
|
Remarks
Methods
View Source
ProcessRequest(HttpContext)
Declaration
public abstract void ProcessRequest(HttpContext context)
Parameters
Type |
Name |
Description |
System.Web.HttpContext |
context |
|