Share via


HttpContextExtensions Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.Web.WebPages.HttpContextExtensions

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class HttpContextExtensions
'Usage
public static class HttpContextExtensions
[ExtensionAttribute]
public ref class HttpContextExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type HttpContextExtensions =  class end
public final class HttpContextExtensions

The HttpContextExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member RedirectLocal This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member RegisterForDispose This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code..

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.WebPages Namespace