ArcObjects Library Reference (Carto)  

IHTMLPopupInfo.HTMLXSLStylesheet Property

Indicates the content of the XSL stylesheet to parse the feature attributes through.

[Visual Basic .NET]
Public Property HTMLXSLStylesheet As String
[C#]
public string HTMLXSLStylesheet {get; set;}
[C++]
HRESULT get_HTMLXSLStylesheet(
  BSTR* pStyleSheet
);
[C++]
HRESULT put_HTMLXSLStylesheet(
  BSTR pStyleSheet
);
[C++]

Parameters

pStyleSheet [out, retval]   pStyleSheet is a parameter of type BSTR pStyleSheet [in]   pStyleSheet is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IHTMLPopupInfo Interface