RazorEngineHost.GeneratedClassContext プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Razor コンストラクトのコードを生成するために使用する必要があるメソッドと型の詳細
public:
virtual property Microsoft::AspNetCore::Razor::CodeGenerators::GeneratedClassContext GeneratedClassContext { Microsoft::AspNetCore::Razor::CodeGenerators::GeneratedClassContext get(); void set(Microsoft::AspNetCore::Razor::CodeGenerators::GeneratedClassContext value); };
public virtual Microsoft.AspNetCore.Razor.CodeGenerators.GeneratedClassContext GeneratedClassContext { get; set; }
member this.GeneratedClassContext : Microsoft.AspNetCore.Razor.CodeGenerators.GeneratedClassContext with get, set
Public Overridable Property GeneratedClassContext As GeneratedClassContext