HttpContextExtensions Class

Definition

Provides extension methods for the HttpContext.

public static class HttpContextExtensions
type HttpContextExtensions = class
Public Module HttpContextExtensions
Inheritance
HttpContextExtensions

Methods

GetETagHandler(HttpContext)

Extension method to return the IETagHandler from the HttpContext.

GetUrlHelper(HttpContext)

Extension method to return the IUrlHelper from the HttpContext.

ODataBatchFeature(HttpContext)

Extension method to return the IODataBatchFeature from the HttpContext.

ODataFeature(HttpContext)

Extension method to return the IODataFeature from the HttpContext.

Applies to