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