Udostępnij za pośrednictwem


RazorEngineHost.DecorateChunkGenerator(RazorChunkGenerator) Metoda

Definicja

Pobiera wystąpienie generatora fragmentów i zapewnia możliwość dekorowania lub zastąpienia go

public:
 virtual Microsoft::AspNetCore::Razor::Chunks::Generators::RazorChunkGenerator ^ DecorateChunkGenerator(Microsoft::AspNetCore::Razor::Chunks::Generators::RazorChunkGenerator ^ incomingChunkGenerator);
public virtual Microsoft.AspNetCore.Razor.Chunks.Generators.RazorChunkGenerator DecorateChunkGenerator (Microsoft.AspNetCore.Razor.Chunks.Generators.RazorChunkGenerator incomingChunkGenerator);
abstract member DecorateChunkGenerator : Microsoft.AspNetCore.Razor.Chunks.Generators.RazorChunkGenerator -> Microsoft.AspNetCore.Razor.Chunks.Generators.RazorChunkGenerator
override this.DecorateChunkGenerator : Microsoft.AspNetCore.Razor.Chunks.Generators.RazorChunkGenerator -> Microsoft.AspNetCore.Razor.Chunks.Generators.RazorChunkGenerator
Public Overridable Function DecorateChunkGenerator (incomingChunkGenerator As RazorChunkGenerator) As RazorChunkGenerator

Parametry

incomingChunkGenerator
RazorChunkGenerator

Generator fragmentów

Zwraca

Ten sam generator fragmentów, po modyfikacjach lub inny generator fragmentów

Dotyczy