URL of the page that contains blog modules and is used for displaying blog posts with Live Writer and similar editing tools.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string BlogDisplayUrl { get; }
Visual Basic
Public Shared ReadOnly Property BlogDisplayUrl As String
	Get
Visual C++
public:
static property String^ BlogDisplayUrl {
	String^ get ();
}
F#
static member BlogDisplayUrl : string with get

Property Value

Type: String
The blog display URL.

See Also