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

定義

ステートメントのチャンクを @inject 表します。

public:
 InjectChunk(System::String ^ typeName, System::String ^ propertyName);
public InjectChunk (string typeName, string propertyName);
new Microsoft.AspNetCore.Mvc.Razor.InjectChunk : string * string -> Microsoft.AspNetCore.Mvc.Razor.InjectChunk
Public Sub New (typeName As String, propertyName As String)

パラメーター

typeName
String

挿入するプロパティの型名

propertyName
String

挿入するプロパティのメンバー名。

適用対象