WebBrowserNavigatingEventArgs(Uri, String) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da WebBrowserNavigatingEventArgs classe.
public:
WebBrowserNavigatingEventArgs(Uri ^ url, System::String ^ targetFrameName);
public WebBrowserNavigatingEventArgs(Uri url, string targetFrameName);
public WebBrowserNavigatingEventArgs(Uri? url, string? targetFrameName);
new System.Windows.Forms.WebBrowserNavigatingEventArgs : Uri * string -> System.Windows.Forms.WebBrowserNavigatingEventArgs
Public Sub New (url As Uri, targetFrameName As String)
Parâmetros
- url
- Uri
A representa Uri a localização do documento para onde o WebBrowser controlo está a navegar.
- targetFrameName
- String
O nome do quadro da página Web onde o novo documento será carregado.