RazorEngineHost.GeneratedClassContext Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détails sur les méthodes et les types qui doivent être utilisés pour générer du code pour les constructions 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