InjectChunk(String, String) Constructor

Definition

Represents the chunk for an @inject statement.

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)

Parameters

typeName
String

The type name of the property to be injected

propertyName
String

The member name of the property to be injected.

Applies to