SpanBuilder.ChunkGenerator Property
Definition
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:
property Microsoft::AspNetCore::Razor::Chunks::Generators::ISpanChunkGenerator ^ ChunkGenerator { Microsoft::AspNetCore::Razor::Chunks::Generators::ISpanChunkGenerator ^ get(); void set(Microsoft::AspNetCore::Razor::Chunks::Generators::ISpanChunkGenerator ^ value); };
public Microsoft.AspNetCore.Razor.Chunks.Generators.ISpanChunkGenerator ChunkGenerator { get; set; }
member this.ChunkGenerator : Microsoft.AspNetCore.Razor.Chunks.Generators.ISpanChunkGenerator with get, set
Public Property ChunkGenerator As ISpanChunkGenerator