Share via


IRazorCompiledItemProvider.CompiledItems Property

Definition

Gets a sequence of RazorCompiledItem instances.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^> ^ CompiledItems { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem> CompiledItems { get; }
member this.CompiledItems : seq<Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem>
Public ReadOnly Property CompiledItems As IEnumerable(Of RazorCompiledItem)

Property Value

Applies to