IHashTagController is defined in the Telligent.Evolution.Extensibility.Content.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IHashTagController
{
void AddUpdateHashTags(Guid contentId, string propertyName, string html);
string FormatHashTagsForRendering(Guid? applicationId, Guid? applicationTypeId, string html, string target);
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(Guid? applicationId, Guid? applicationTypeId, string html, string target);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| applicationId | Guid? | Application Id | Required | ||
| applicationTypeId | Guid? | Application Type Id | Required | ||
| html | string | Html | Required | ||
| target | string | Target | Required |
Return Type
string
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[]