IHtmlHeaderExtension is defined in the Telligent.Evolution.Extensibility.UI.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IHtmlHeaderExtension : IPlugin { bool IsCacheable { get; } bool VaryCacheByUser { get; } string GetHeader(RenderTarget target); }
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| IsCacheable | bool | |||
| VaryCacheByUser | bool |
Methods
string GetHeader(RenderTarget target);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| target | RenderTarget | Target | Required |
Return Type
string