AddTagHelperChunkGenerator 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 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
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. |