HtmlEditorMentionBuilder Members
In This Article
#Constructors
Name | Description |
---|---|
Html |
For internal use only. Initializes a new Html |
#Methods
Name | Description |
---|---|
Data |
Provides data for the suggestion list. Mirrors the client-side data |
Data |
Binds mentions to a collection: Array , List , or IEnumerable .
|
Data |
Binds mentions to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more. |
Data |
Binds mentions to read-only data in JSON format. |
Data |
Provides access to methods that mirror client-side data source options. |
Display |
Specifies the data field whose values should be displayed in the suggestion list. Mirrors the client-side display |
Display |
Specifies the data field whose values should be displayed in the suggestion list. Mirrors the client-side display |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Item |
Specifies the client-side item |
Item |
Specifies the client-side item |
Item |
Specifies the client-side item |
Item |
Specifies the client-side item |
Marker |
Specifies the prefix that a user enters to activate mentions. You can use different prefixes with different data |
Marker |
Specifies the prefix that a user enters to activate mentions. You can use different prefixes with different data |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Min |
Specifies the minimum number of characters that a user should type to trigger the search. Mirrors the client-side min |
Min |
Specifies the minimum number of characters that a user should type to trigger the search. Mirrors the client-side min |
Option |
Specifies an option by its name. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Search |
Specifies one or several data fields to search. Mirrors the client-side search |
Search |
Specifies one or several data fields to search. Mirrors the client-side search |
Search |
Specifies one or several data fields to search. Mirrors the client-side search |
Search |
Specifies the delay between when a user stops typing and when the search is executed. Mirrors the client-side search |
Search |
Specifies the delay between when a user stops typing and when the search is executed. Mirrors the client-side search |
Template |
Specifies the client-side template. |
Template |
Specifies the client-side template. |
Template |
Specifies the client-side template. |
Template |
Specifies the client-side template. |
To |
Returns a string that represents the current object. Inherited from Object. |
Value |
Specifies which data field provides unique values to the template's id parameter. Mirrors the client-side value |
Value |
Specifies which data field provides unique values to the template's id parameter. Mirrors the client-side value |
See Also