ApplicationSession.Source Property
Gets or sets the source MCML that is currently loaded in the application, which is the last value that was passed to the LoadTargetUi method.
Syntax
public string Source {get; set;}
Property Value
System.String. The uniform resource identifier (URI) that points to the MCML page to load.
This property is read/write.
Remarks
Setting this property has the same effect as invoking the NavigateCommand element without passing properties to the MCML when loaded.
Requirements
Reference: Microsoft.MediaCenter
Namespace: Microsoft.MediaCenter.Hosting
Assembly: Microsoft.MediaCenter.dll
Platform: Windows 7
See Also