CompiledViewDescriptor.Item 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.
Obtient le RazorCompiledItem descripteur pour cette vue.
public:
property Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^ Item { Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^ get(); void set(Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^ value); };
public Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem Item { get; set; }
public Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem? Item { get; set; }
member this.Item : Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem with get, set
Public Property Item As RazorCompiledItem