InjectChunk(String, String) Constructor 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.