Udostępnij za pośrednictwem


RazorCompiledItemLoader.CreateItem(RazorCompiledItemAttribute) Metoda

Definicja

Tworzy obiekt RazorCompiledItem na podstawie elementu RazorCompiledItemAttribute.

protected:
 virtual Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^ CreateItem(Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItemAttribute ^ attribute);
protected virtual Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem CreateItem (Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute attribute);
abstract member CreateItem : Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute -> Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem
override this.CreateItem : Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute -> Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem
Protected Overridable Function CreateItem (attribute As RazorCompiledItemAttribute) As RazorCompiledItem

Parametry

Zwraca

Utworzony RazorCompiledItem na podstawie elementu attribute.

Dotyczy