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


TagHelperPrefixDirectiveChunkGenerator Class

Definition

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
TagHelperPrefixDirectiveChunkGenerator

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.

Applies to