Freigeben über


RazorCompiledItemLoader.LoadAttributes(Assembly) Methode

Definition

Ruft die Liste der RazorCompiledItemAttribute Attribute ab, die für die bereitgestellte definiert sind Assembly.

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)

Parameter

assembly
Assembly

Die Assembly, die durchsucht werden soll.

Gibt zurück

Eine Liste von RazorCompiledItemAttribute Attributen.

Gilt für: