RemoveTagHelperChunk Class

Definition

A Chunk used to look up TagHelperDescriptors that should be ignored within the Razor page.

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

Constructors

RemoveTagHelperChunk()

Properties

Association (Inherited from Chunk)
LookupText

Text used to look up TagHelperDescriptors that should be ignored within the Razor page.

Start (Inherited from Chunk)

Applies to