InjectChunk Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- Héritage
Constructeurs
InjectChunk(String, String) |
Représente le bloc d’une @inject instruction. |
Propriétés
Association | (Hérité de Chunk) |
MemberName |
Obtient ou définit le nom de la propriété à injecter. |
Start | (Hérité de Chunk) |
TypeName |
Obtient ou définit le nom de type de la propriété à injecter. |