InjectChunk Class

Definition

C#
public class InjectChunk : Microsoft.AspNetCore.Razor.Chunks.Chunk
Inheritance
InjectChunk

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.

Applies to

Product Versions
ASP.NET Core 1.0, 1.1