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); }
Methods
string GetHeader(RenderTarget target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | RenderTarget | Target | Required |
Return Type
string