InjectChunkVisitor.InjectChunks Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Razor::InjectChunk ^> ^ InjectChunks { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Razor::InjectChunk ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Razor.InjectChunk> InjectChunks { get; }
member this.InjectChunks : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Razor.InjectChunk>
Public ReadOnly Property InjectChunks As IList(Of InjectChunk)