Share via


RazorEditorParser.Dispose Method (Boolean)

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

Releases the unmanaged resources used by the RazorEditorParser class and optionally releases the managed resources.

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

Syntax

'Declaration
Protected Overridable Sub Dispose ( _
    disposing As Boolean _
)
'Usage
Dim disposing As Boolean 

Me.Dispose(disposing)
protected virtual void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
)
abstract Dispose : 
        disposing:bool -> unit  
override Dispose : 
        disposing:bool -> unit
protected function Dispose(
    disposing : boolean
)

Parameters

  • disposing
    Type: System.Boolean
    true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also

Reference

RazorEditorParser Class

Dispose Overload

System.Web.Razor Namespace