Click or drag to resize
URLRewritingContextHttpHandler Property
Http handler to use within current request. If set, the handler is automatically applied during the PostMapRequestHandler event

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 11.0.0
Syntax
C#
public static IHttpHandler HttpHandler { get; set; }

Property Value

Type: IHttpHandler
See Also