'BlogPost' rewriten path '~/{PageName}/post/{Blog.Slug}/{IdentityId}/{Slug}/'.

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

Syntax

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

Property Value

Type: RewrittenPath

See Also