RemoveTagHelperChunk 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 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
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) |