MindFusion.Reporting for Silverlight Programmer's Guide
HtmlRenderTargetBase.MetaTags Property
See Also
 





Gets a list containing the names and values of the meta-tags to be included in the HTML head.

Namespace: MindFusion.Reporting.Silverlight.Export
Assembly: MindFusion.Reporting.Silverlight.HtmlExport

 Syntax

C#  Copy Code

public Dictionary<string, string> MetaTags { get; }

Visual Basic  Copy Code

Public ReadOnly Property MetaTags As Dictionary(Of String, String)

 Property Value

 See Also

HtmlRenderTargetBase Members
HtmlRenderTargetBase Class
MindFusion.Reporting.Silverlight.Export Namespace