AddTagHelperChunkGenerator Class

Definition

A SpanChunkGenerator responsible for generating AddTagHelperChunks.

public ref class AddTagHelperChunkGenerator : Microsoft::AspNetCore::Razor::Chunks::Generators::SpanChunkGenerator
public class AddTagHelperChunkGenerator : Microsoft.AspNetCore.Razor.Chunks.Generators.SpanChunkGenerator
type AddTagHelperChunkGenerator = class
    inherit SpanChunkGenerator
Public Class AddTagHelperChunkGenerator
Inherits SpanChunkGenerator
Inheritance
AddTagHelperChunkGenerator

Constructors

AddTagHelperChunkGenerator(String)

Initializes a new instance of AddTagHelperChunkGenerator.

Properties

LookupText

Gets the text used to look up TagHelperDescriptors that should be added.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

GenerateChunk(Span, ChunkGeneratorContext)

Generates AddTagHelperChunks.

GetHashCode()

Serves as the default hash function.

Applies to