BundleContext.HttpContext Property

Gets or sets the HTTP context associated with the bundle context.

Namespace:  System.Web.Optimization
Assembly:  System.Web.Optimization (in System.Web.Optimization.dll)

Syntax

'Declaration
Public Property HttpContext As HttpContextBase 
    Get 
    Friend Set
'Usage
Dim instance As BundleContext 
Dim value As HttpContextBase 

value = instance.HttpContext
public HttpContextBase HttpContext { get; internal set; }
public:
property HttpContextBase^ HttpContext {
    HttpContextBase^ get ();
    internal: void set (HttpContextBase^ value);
}
member HttpContext : HttpContextBase with get, internal set
function get HttpContext () : HttpContextBase 
internal function set HttpContext (value : HttpContextBase)

Property Value

Type: System.Web.HttpContextBase
The HTTP context associated with the bundle context.

See Also

Reference

BundleContext Class

System.Web.Optimization Namespace