Gtk.AboutDialog.Website Property
Gets and sets the URL of the program's website.

Syntax

[GLib.Property("website")]
public string Website { set; get; }

Value

A string containing the URL of the program's website.

Remarks

The value should be a string starting with "http://". If set, the link is displayed at the bottom of the dialog, however if AboutDialog.SetUriHook has not been used, the URL will appear as plain text and not be clickable.

Note: AboutDialog.WebsiteLabel may be used to provide a plain-text label for the link.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Since: Gtk# 2.6