RazorCompiledItemLoader.CreateItem(RazorCompiledItemAttribute) Méthode

Définition

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

Paramètres

Retours

RazorCompiledItem créé à partir de attribute.

S’applique à