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 .

적용 대상