共用方式為


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

要插入之屬性的成員名稱。

適用於