CompiledRazorAssemblyPart.IRazorCompiledItemProvider.CompiledItems Property

Definition

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

Property Value

Implements

Applies to