RemoveTagHelperChunk.LookupText Property
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.
Text used to look up TagHelperDescriptors that should be ignored within the Razor page.
public:
property System::String ^ LookupText { System::String ^ get(); void set(System::String ^ value); };
public string LookupText { get; set; }
member this.LookupText : string with get, set
Public Property LookupText As String