TagHelperPrefixDirectiveChunkGenerator 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 TagHelperPrefixDirectiveChunks.
public ref class TagHelperPrefixDirectiveChunkGenerator : Microsoft::AspNetCore::Razor::Chunks::Generators::SpanChunkGenerator
public class TagHelperPrefixDirectiveChunkGenerator : Microsoft.AspNetCore.Razor.Chunks.Generators.SpanChunkGenerator
type TagHelperPrefixDirectiveChunkGenerator = class
inherit SpanChunkGenerator
Public Class TagHelperPrefixDirectiveChunkGenerator
Inherits SpanChunkGenerator
- Inheritance
Constructors
| TagHelperPrefixDirectiveChunkGenerator(String) |
Initializes a new instance of TagHelperPrefixDirectiveChunkGenerator. |
Properties
| Prefix |
Text used as a required prefix when matching HTML. |
Methods
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| GenerateChunk(Span, ChunkGeneratorContext) |
Generates TagHelperPrefixDirectiveChunks. |
| GetHashCode() | Serves as the default hash function. |