Share via


CompiledViewDescriptor.Item Property

Definition

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

Property Value

Applies to