TargetPickerUi(String, String) Constructor
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.
Initialize a new instance of TargetPickerUi.
public:
TargetPickerUi(System::String ^ debugProxyUrl, System::String ^ devToolsHost);
public TargetPickerUi (string debugProxyUrl, string devToolsHost);
new Microsoft.AspNetCore.Components.WebAssembly.Server.TargetPickerUi : string * string -> Microsoft.AspNetCore.Components.WebAssembly.Server.TargetPickerUi
Public Sub New (debugProxyUrl As String, devToolsHost As String)
Parameters
- debugProxyUrl
- String
The debug proxy url.
- devToolsHost
- String
The dev tools host.