RegionManagerExtensions.RequestNavigate Method (IRegionManager, String, Uri)

Navigates the specified region manager.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public static void RequestNavigate(
    this IRegionManager regionManager,
    string regionName,
    Uri source
)
'Declaration
<ExtensionAttribute> _
Public Shared Sub RequestNavigate ( _
    regionManager As IRegionManager, _
    regionName As String, _
    source As Uri _
)

Parameters

  • regionName
    Type: System.String
    The name of the region to call Navigate on.
  • source
    Type: System.Uri
    The URI of the content to display.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IRegionManager. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also

RegionManagerExtensions Class

RequestNavigate Overload

Microsoft.Practices.Prism.Regions Namespace