Compartir a través de


RazorCompiledItemLoader.LoadAttributes(Assembly) Método

Definición

Recupera la lista de RazorCompiledItemAttribute atributos definidos para el proporcionado 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)

Parámetros

assembly
Assembly

Assembly que se va a buscar.

Devoluciones

Lista de RazorCompiledItemAttribute atributos.

Se aplica a