InjectChunk Class 
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.
public ref class InjectChunk : Microsoft::AspNetCore::Razor::Chunks::Chunk
	public class InjectChunk : Microsoft.AspNetCore.Razor.Chunks.Chunk
	type InjectChunk = class
    inherit Chunk
	Public Class InjectChunk
Inherits Chunk
		- Inheritance
 
Constructors
| InjectChunk(String, String) | 
		 Represents the chunk for an @inject statement.  | 
        	
Properties
| Association | (Inherited from Chunk) | 
| MemberName | 
		 Gets or sets the name of the property to be injected.  | 
        	
| Start | (Inherited from Chunk) | 
| TypeName | 
		 Gets or sets the type name of the property to be injected.  |