TagHelperPrefixDirectiveChunk Class

Definition

A Chunk for the @tagHelperPrefix directive.

public ref class TagHelperPrefixDirectiveChunk : Microsoft::AspNetCore::Razor::Chunks::Chunk
public class TagHelperPrefixDirectiveChunk : Microsoft.AspNetCore.Razor.Chunks.Chunk
type TagHelperPrefixDirectiveChunk = class
    inherit Chunk
Public Class TagHelperPrefixDirectiveChunk
Inherits Chunk
Inheritance
TagHelperPrefixDirectiveChunk

Constructors

TagHelperPrefixDirectiveChunk()

Properties

Association (Inherited from Chunk)
Prefix

Text used as a required prefix when matching HTML start and end tags in the Razor source to available tag helpers.

Start (Inherited from Chunk)

Applies to