CompiledViewDescriptor.Item 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 RazorCompiledItem 视图的描述符。
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, setPublic Property Item As RazorCompiledItem