RazorCompiledItemLoader.CreateItem(RazorCompiledItemAttribute) Method

Definition

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

Parameters

Returns

A RazorCompiledItem created from attribute.

Applies to