Megosztás a következőn keresztül:


RemoveTagHelperChunkGenerator Class

Definition

A SpanChunkGenerator responsible for generating RemoveTagHelperChunks.

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

Constructors

RemoveTagHelperChunkGenerator(String)

Initializes a new instance of RemoveTagHelperChunkGenerator.

Properties

LookupText

Text used to look up TagHelperDescriptors that should be removed.

Methods

Equals(Object)

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

GenerateChunk(Span, ChunkGeneratorContext)

Generates RemoveTagHelperChunks.

GetHashCode()

Serves as the default hash function.

Applies to