Sitecore 5.1.1 API

About.ToHtml Method 

Gets about information of the current installation as html.

[Visual Basic]
Public Shared Function ToHtml() As String
[C#]
public static string ToHtml();

Remarks

The returned html is a fragment made up of more div tags having class='sc_about_font'.

Example

  string aboutInfo = "<td>" + About.ToHtml() + "</td>"; // returns ready-to-use html.

See Also

About Class | Sitecore.Configuration Namespace