다음을 통해 공유


RazorCompiledItemLoader.CreateItem(RazorCompiledItemAttribute) 메서드

정의

RazorCompiledItem을 사용하여 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

매개 변수

반환

RazorCompiledItem 에서 만든 입니다attribute.

적용 대상