次の方法で共有


RazorCompiledItemLoader.LoadAttributes(Assembly) メソッド

定義

指定Assemblyされた に対して定義されている属性のRazorCompiledItemAttribute一覧を取得します。

protected:
 System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItemAttribute ^> ^ LoadAttributes(System::Reflection::Assembly ^ assembly);
protected System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute> LoadAttributes (System.Reflection.Assembly assembly);
member this.LoadAttributes : System.Reflection.Assembly -> seq<Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute>
Protected Function LoadAttributes (assembly As Assembly) As IEnumerable(Of RazorCompiledItemAttribute)

パラメーター

assembly
Assembly

検索する Assembly

戻り値

属性の RazorCompiledItemAttribute 一覧。

適用対象