InjectChunk Class
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
C#
public class InjectChunk : Microsoft.AspNetCore.Razor.Chunks.Chunk
type InjectChunk = class
inherit Chunk
Public Class InjectChunk
Inherits Chunk
- Inheritance
Inject |
Represents the chunk for an @inject statement. |
Association | (Inherited from Chunk) |
Member |
Gets or sets the name of the property to be injected. |
Start | (Inherited from Chunk) |
Type |
Gets or sets the type name of the property to be injected. |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1 |