Share via


PageSession.OnNavigate Method

Called when the NavigateCommand element is invoked in the application. The parameters from NavigateCommand are passed directly to this method.

Syntax

  protected virtual void OnNavigate(
  string  source,
  Dictionary<string, object>  sourceData,
  Dictionary<string, object>  uiProperties
);

Parameters

source

System.String.  The uniform resource identifier (URI) that points to the MCML page to load.

sourceData

System.Collections.Generic.Dictionary<System.String, System.Object>.  Contains parameters passed in the web request that are used to fetch the page if the source URI is an HTTP or HTTPS URI.

uiProperties

System.Collections.Generic.Dictionary<System.String, System.Object>.  Contains parameters passed to the new page.

Return Value

This method does not return a value.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.Hosting

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also