RazorCodeGenerator.HelperContext.TrailerWritten Property
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 Property TrailerWritten As Boolean
Get
Set
'Usage
Dim instance As RazorCodeGenerator..::..HelperContext
Dim value As Boolean
value = instance.TrailerWritten
instance.TrailerWritten = value
public bool TrailerWritten { get; set; }
public:
property bool TrailerWritten {
bool get ();
void set (bool value);
}
function get TrailerWritten () : boolean
function set TrailerWritten (value : boolean)
Property Value
Type: System.Boolean
Permissions
- Medium trust for the immediate caller. This member can be used by partially trusted code.