Gets the Content item associated with the current request.

Namespace:  Mindroute.Core
Assembly:  Mindroute.Core (in Mindroute.Core.dll) Version: 1.0.0.0 (1.0.0)

Syntax

C#
public Content Content { get; internal set; }
Visual Basic (Declaration)
Public Property Content As Content

Remarks

Returns null if the current request is not for a Content item.

See Also