WebViewWebResourceRequestedEventArgs Constructors
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.
Overloads
WebViewWebResourceRequestedEventArgs(PlatformWebViewWebResourceRequestedEventArgs) | |
WebViewWebResourceRequestedEventArgs(Uri, String) |
Initializes a new instance of the WebViewWebResourceRequestedEventArgs class with the specified URI and method. |
WebViewWebResourceRequestedEventArgs(PlatformWebViewWebResourceRequestedEventArgs)
public:
WebViewWebResourceRequestedEventArgs(Microsoft::Maui::Controls::PlatformWebViewWebResourceRequestedEventArgs ^ platformArgs);
public WebViewWebResourceRequestedEventArgs(Microsoft.Maui.Controls.PlatformWebViewWebResourceRequestedEventArgs platformArgs);
new Microsoft.Maui.Controls.WebViewWebResourceRequestedEventArgs : Microsoft.Maui.Controls.PlatformWebViewWebResourceRequestedEventArgs -> Microsoft.Maui.Controls.WebViewWebResourceRequestedEventArgs
Public Sub New (platformArgs As PlatformWebViewWebResourceRequestedEventArgs)
Parameters
- platformArgs
- PlatformWebViewWebResourceRequestedEventArgs
Applies to
WebViewWebResourceRequestedEventArgs(Uri, String)
Initializes a new instance of the WebViewWebResourceRequestedEventArgs class with the specified URI and method.
public:
WebViewWebResourceRequestedEventArgs(Uri ^ uri, System::String ^ method);
public WebViewWebResourceRequestedEventArgs(Uri uri, string method);
new Microsoft.Maui.Controls.WebViewWebResourceRequestedEventArgs : Uri * string -> Microsoft.Maui.Controls.WebViewWebResourceRequestedEventArgs
Public Sub New (uri As Uri, method As String)
Parameters
- uri
- Uri
- method
- String