次の方法で共有


RazorCompiledItemAttribute(Type, String, String) コンストラクター

定義

新しい RazorCompiledItemAttribute を作成します。

public:
 RazorCompiledItemAttribute(Type ^ type, System::String ^ kind, System::String ^ identifier);
public RazorCompiledItemAttribute (Type type, string kind, string identifier);
new Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute : Type * string * string -> Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute
Public Sub New (type As Type, kind As String, identifier As String)

パラメーター

type
Type

Typeコンパイル済みアイテムの 。

kind
String

コンパイルされた項目の種類。 この種類は、動作を項目に関連付けるためにプログラムによって使用されます。

identifier
String

アイテムに関連付けられている識別子。 識別子は、特定の種類の特定の項目を検索するためにプログラムによって使用され、アセンブリ内で一意である必要があります。

適用対象