次の方法で共有


IRazorCompiledItemProvider.CompiledItems プロパティ

定義

インスタンスのシーケンスを RazorCompiledItem 取得します。

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)

プロパティ値

適用対象