Share via


WebBrowserExtended.Navigate Method (String, String, Byte[], String)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, requesting it using the specified HTTP data and replacing the contents of the Web page frame with the specified name. This overload starts the browser when necessary. When browser has not been started, that is when WebBrowserExtendedState != BrowserAcquired, all parameters except urlString are disregarded.

Namespace:   Microsoft.Uii.Csr.Browser.Web
Assembly:  Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Syntax

public void Navigate(
    string urlString,
    string targetFrameName,
    byte[] postData,
    string additionalHeaders
)
Public Sub Navigate (
    urlString As String,
    targetFrameName As String,
    postData As Byte(),
    additionalHeaders As String
)

Parameters

  • targetFrameName
    Type: System.String

    The name of the frame in which to load the document.

  • postData
    Type: System.Byte[]

    HTTP POST data such as form data.

  • additionalHeaders
    Type: System.String

    HTTP headers to add to the default headers.

Implements

IWebBrowser.Navigate(String, String, Byte[], String)

Exceptions

Exception Condition
ObjectDisposedException

This control is no longer valid.

See Also

Navigate Overload
WebBrowserExtended Class
Microsoft.Uii.Csr.Browser.Web Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright