CSharpCodeWritingScope Struct

Namespace
Microsoft.AspNetCore.Razor.CodeGenerators
Assemblies
  • Microsoft.AspNetCore.Razor

Syntax

public struct CSharpCodeWritingScope : IDisposable
struct Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWritingScope

Constructors

CSharpCodeWritingScope(Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter)
public CSharpCodeWritingScope(CodeWriter writer)
CSharpCodeWritingScope(Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter, System.Boolean)
public CSharpCodeWritingScope(CodeWriter writer, bool autoSpace)
CSharpCodeWritingScope(Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter, System.Int32)
public CSharpCodeWritingScope(CodeWriter writer, int tabSize)
CSharpCodeWritingScope(Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter, System.Int32, System.Boolean)
public CSharpCodeWritingScope(CodeWriter writer, int tabSize, bool autoSpace)

Methods

Dispose()
public void Dispose()

Fields

OnClose()
Return type:System.Action
public Action OnClose