Share via


DocumentParseCompleteEventArgs.GeneratorResults Property

Definition

The results of the chunk generation and parsing

public:
 property Microsoft::AspNetCore::Razor::CodeGenerators::GeneratorResults ^ GeneratorResults { Microsoft::AspNetCore::Razor::CodeGenerators::GeneratorResults ^ get(); void set(Microsoft::AspNetCore::Razor::CodeGenerators::GeneratorResults ^ value); };
public Microsoft.AspNetCore.Razor.CodeGenerators.GeneratorResults GeneratorResults { get; set; }
member this.GeneratorResults : Microsoft.AspNetCore.Razor.CodeGenerators.GeneratorResults with get, set
Public Property GeneratorResults As GeneratorResults

Property Value

Applies to