WebPresenter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the interaction logic for WebPresenter.xaml
public ref class WebPresenter : Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::PresenterControl, Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::Browser2::IBridgeGenericPresenter, System::Windows::Markup::IComponentConnector
public class WebPresenter : Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl, Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Browser2.IBridgeGenericPresenter, System.Windows.Markup.IComponentConnector
type WebPresenter = class
inherit PresenterControl
interface IBridgeGenericPresenter
interface IComponentConnector
Public Class WebPresenter
Inherits PresenterControl
Implements IBridgeGenericPresenter, IComponentConnector
- Inheritance
- Implements
Constructors
WebPresenter(String, XmlDocument, IDesktopUserActions, DynamicsBaseHostedControl, Sessions, List<String>, Session) |
Initializes a new instance of the WebPresenter class. |
Fields
_client | (Inherited from PresenterControl) |
_crmWebResource | (Inherited from PresenterControl) |
applicationName | (Inherited from PresenterControl) |
CRMWindowRouter | (Inherited from PresenterControl) |
InitString | (Inherited from PresenterControl) |
onLoadHistory | (Inherited from PresenterControl) |
parentHostedControl | (Inherited from PresenterControl) |
SelectedBrowser | (Inherited from PresenterControl) |
thisApplication | (Inherited from PresenterControl) |
UIThread | (Inherited from PresenterControl) |
WebBrowserContainer | (Inherited from PresenterControl) |
Properties
ActiveBrowser | (Inherited from PresenterControl) |
allowMultiplePages | (Inherited from PresenterControl) |
ApplicationName | (Inherited from PresenterControl) |
CurrentContext | (Inherited from PresenterControl) |
CurrentUrl | (Inherited from PresenterControl) |
desktopAccess | (Inherited from PresenterControl) |
localSession | (Inherited from PresenterControl) |
localSessionManager | (Inherited from PresenterControl) |
multiplePageCount | (Inherited from PresenterControl) |
WebList | (Inherited from PresenterControl) |
Methods
Events
BrowserNavigating | (Inherited from PresenterControl) |
BrowsersClosed | (Inherited from PresenterControl) |
DocumentReady | (Inherited from PresenterControl) |
Explicit Interface Implementations
IComponentConnector.Connect(Int32, Object) |