Processes the navigation request for specified uri.

Namespace: FirstFloor.Documents.Controls.Behaviors
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
protected virtual bool ProcessRequest(
	Uri navigateUri
)
Visual Basic
Protected Overridable Function ProcessRequest ( _
	navigateUri As Uri _
) As Boolean
Visual C++
protected:
virtual bool ProcessRequest(
	Uri^ navigateUri
)

Parameters

navigateUri
Type: System..::..Uri
The navigate URI.

Return Value

A value indicating whether the request was processed

See Also