RemoveTagHelperChunkGenerator Class
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.
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
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. |