RazorCodeGenerator.HelperContext 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.Razor.Generator.RazorCodeGenerator.HelperContext

Namespace:  System.Web.Razor.Generator
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Protected Friend Class HelperContext
'Usage
Dim instance As RazorCodeGenerator.HelperContext
protected internal class HelperContext
protected public ref class HelperContext
 class HelperContext

The RazorCodeGenerator.HelperContext type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Content This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property TrailerWritten This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property WroteHelperPrefix This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.Razor.Generator Namespace