InjectParameterGenerator(String, String) Constructor

Definition

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)

Parameters

typeName
String
propertyName
String

Applies to