InjectChunk Class

Definition

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
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