CodeWriter.WriteHelperHeaderPrefix Method

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

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

Syntax

'Declaration
Public MustOverride Sub WriteHelperHeaderPrefix ( _
    templateTypeName As String, _
    isStatic As Boolean _
)
'Usage
Dim instance As CodeWriter
Dim templateTypeName As String
Dim isStatic As Boolean

instance.WriteHelperHeaderPrefix(templateTypeName, _
    isStatic)
public abstract void WriteHelperHeaderPrefix(
    string templateTypeName,
    bool isStatic
)
public:
virtual void WriteHelperHeaderPrefix(
    String^ templateTypeName, 
    bool isStatic
) abstract
public abstract function WriteHelperHeaderPrefix(
    templateTypeName : String, 
    isStatic : boolean
)

Parameters

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

CodeWriter Class

System.Web.Razor.Generator Namespace