TagHelperPrefixDirectiveChunkGenerator Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
SpanChunkGeneratorResponsable de generar TagHelperPrefixDirectiveChunk s.
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
- Herencia
Constructores
| TagHelperPrefixDirectiveChunkGenerator(String) |
Inicializa una nueva instancia de la clase TagHelperPrefixDirectiveChunkGenerator. |
Propiedades
| Prefix |
Texto que se usa como prefijo necesario al buscar HTML coincidente. |
Métodos
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| GenerateChunk(Span, ChunkGeneratorContext) |
Genera TagHelperPrefixDirectiveChunk s. |
| GetHashCode() | Serves as the default hash function. |