InjectParameterGenerator(String, String) 构造函数

定义

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

参数

typeName
String
propertyName
String

适用于