CompiledViewDescriptor.Item Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the RazorCompiledItem descriptor for this view.
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