RazorCompiledItemAttribute(Type, String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい 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)
パラメーター
- kind
- String
コンパイルされた項目の種類。 この種類は、動作を項目に関連付けるためにプログラムによって使用されます。
- identifier
- String
アイテムに関連付けられている識別子。 識別子は、特定の種類の特定の項目を検索するためにプログラムによって使用され、アセンブリ内で一意である必要があります。