Span.ChunkGenerator Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public: property Microsoft::AspNetCore::Razor::Chunks::Generators::ISpanChunkGenerator ^ ChunkGenerator { public:
Microsoft::AspNetCore::Razor::Chunks::Generators::ISpanChunkGenerator ^ get(); protected:
void set(Microsoft::AspNetCore::Razor::Chunks::Generators::ISpanChunkGenerator ^ value); };
public Microsoft.AspNetCore.Razor.Chunks.Generators.ISpanChunkGenerator ChunkGenerator { get; protected set; }
member this.ChunkGenerator : Microsoft.AspNetCore.Razor.Chunks.Generators.ISpanChunkGenerator with get, set
Public Property ChunkGenerator As ISpanChunkGenerator