IHashTagController is defined in the Telligent.Evolution.Extensibility.Content.Version1 namespace of Telligent.Evolution.Core.dll
Definition
interface IHashTagController
{
void AddUpdateHashTags(Guid contentId, string propertyName, string html);
string FormatHashTagsForRendering(IContent content, string html, string target);
string FormatHashTagsInUnRenderedHtml(string html);
string[] GetHashTagsInUnRenderedHtml(string html);
}
Methods
void AddUpdateHashTags(Guid contentId, string propertyName, string html);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| contentId | Guid | Content Id | Required | | |
| propertyName | string | Property Name | Required | | |
| html | string | Html | Required | | |
string FormatHashTagsForRendering(IContent content, string html, string target);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| content | IContent | Content | Required | | |
| html | string | Html | Required | | |
| target | string | Target | Required | | |
Return Type
string
string FormatHashTagsInUnRenderedHtml(string html);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| html | string | Html | Required | | |
Return Type
string
String[] GetHashTagsInUnRenderedHtml(string html);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| html | string | Html | Required | | |
Return Type
string[]