Condividi tramite


RazorCompiledItemLoader.LoadAttributes(Assembly) Metodo

Definizione

Recupera l'elenco di RazorCompiledItemAttribute attributi definiti per l'oggetto specificato 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)

Parametri

assembly
Assembly

Oggetto Assembly da cercare.

Restituisce

Elenco di RazorCompiledItemAttribute attributi.

Si applica a