Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Samples
/ functions
Functions
1,142 in github.com/MicrosoftEdge/WebView2Samples
⨍
Functions
1,142
◇
Types & classes
149
Method
Form_Resize
(object sender, EventArgs e)
SampleApps/WebView2WindowsFormsBrowser/BrowserForm.cs:288
Method
Form_Resize
(object sender, EventArgs e)
GettingStartedGuides/WinForms_GettingStarted/Form1.cs:24
Method
ForwardCmdCanExecute
(object sender, CanExecuteRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:473
Method
ForwardCmdExecuted
(object target, ExecutedRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:478
Method
FrameKindToString
Get a string for the frame kind enum value.
SampleApps/WebView2APISample/ProcessComponent.cpp:274
Method
Func
Sample function that takes a parameter.
SampleApps/WebView2WpfBrowser/BridgeAddRemoteObject.cs:36
Method
Func
Sample function that takes a parameter.
SampleApps/WebView2WindowsFormsBrowser/BridgeAddRemoteObject.cs:36
Method
Func2
Sample function that takes no parameters.
SampleApps/WebView2WpfBrowser/BridgeAddRemoteObject.cs:56
Method
Func2
Sample function that takes no parameters.
SampleApps/WebView2WindowsFormsBrowser/BridgeAddRemoteObject.cs:56
Method
Func2Async
()
SampleApps/WebView2WpfBrowser/BridgeAddRemoteObject.cs:61
Method
Func2Async
()
SampleApps/WebView2WindowsFormsBrowser/BridgeAddRemoteObject.cs:61
Method
Func2AsyncTaskVoid
()
SampleApps/WebView2WpfBrowser/BridgeAddRemoteObject.cs:67
Method
Func2AsyncTaskVoid
()
SampleApps/WebView2WindowsFormsBrowser/BridgeAddRemoteObject.cs:67
Method
FuncAsync
(int msDelay)
SampleApps/WebView2WpfBrowser/BridgeAddRemoteObject.cs:41
Method
FuncAsync
(int msDelay)
SampleApps/WebView2WindowsFormsBrowser/BridgeAddRemoteObject.cs:41
Method
FuncAsyncTaskVoid
(int msDelay)
SampleApps/WebView2WpfBrowser/BridgeAddRemoteObject.cs:50
Method
FuncAsyncTaskVoid
(int msDelay)
SampleApps/WebView2WindowsFormsBrowser/BridgeAddRemoteObject.cs:50
Method
GeneralAutofillCmdExecuted
(object target, ExecutedRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:1302
Method
GenerateLabelInfoString
SampleApps/WebView2APISample/ScenarioSensitivityLabel.cpp:369
Method
GetActiveMatchIndex
[ActiveMatchIndex]
SampleApps/WebView2APISample/AppWindow.cpp:1518
Method
GetActiveMatchIndexExecuted
(object target, ExecutedRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:4512
Method
GetAddressBar
SampleApps/WebView2APISample/ControlComponent.cpp:449
Method
GetAllCookies
(object sender, RoutedEventArgs e)
SampleApps/WV2CDPExtensionWPFSample/MainWindow.xaml.cs:87
Method
GetAncestorMainFrameDirectChildFrameInfo
Get the frame's corresponding main frame's direct child frameInfo. Example: A (main frame/CoreWebView2) | \ // (frame) B C (frame) | | (frame) D E
SampleApps/WebView2APISample/ProcessComponent.cpp:382
Method
GetAncestorMainFrameDirectChildFrameInfo
Get the frame's corresponding main frame's direct child frameInfo. Example: A (main frame/CoreWebView2) | \ (frame) B C (frame) | | (frame) D E (fr
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:2828
Method
GetAncestorMainFrameInfo
Get the ancestor main frameInfo. Return itself if it's a main frame.
SampleApps/WebView2APISample/ProcessComponent.cpp:356
Method
GetAncestorMainFrameInfo
(CoreWebView2FrameInfo frameInfo)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:2807
Method
GetAppPath
()
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:2302
Method
GetAppPath
()
SampleApps/WebView2WindowsFormsBrowser/BrowserForm.cs:1445
Method
GetBounds
SampleApps/WebView2APISample/ViewComponent.cpp:543
Method
GetComponent
SampleApps/WebView2APISample/AppWindow.h:339
Method
GetControlAdorner
()
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:2707
Method
GetCookiesCmdExecuted
(object target, ExecutedRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:1101
Method
GetCookiesHelper
SampleApps/WebView2APISample/ScenarioCookieManagement.cpp:198
Method
GetCookiesMenuItem_Click
(object sender, EventArgs e, string address)
SampleApps/WebView2WindowsFormsBrowser/BrowserForm.cs:888
Method
GetDocumentTitle
()
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:2712
Method
GetDocumentTitleCommandExecuted
(object target, ExecutedRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:3083
Method
GetDpiForWindow
SampleApps/WebView2APISample/DpiUtil.cpp:42
Method
GetEffectiveFeaturesForOriginCmdExecuted
(object target, ExecutedRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:1585
Method
GetElementBoundingClientRect
(string elementId)
SampleApps/webview2_sample_uwp/Pages/PopupsAndDialogs.xaml.cs:31
Method
GetHWND
Returns the hosting HWND.
SampleApps/WebView2APISample/DropTarget.h:42
Method
GetIDsOfNames
SampleApps/WebView2APISample/HostObjectSampleImpl.cpp:117
Method
GetItemLogicalWidth
SampleApps/WebView2APISample/Toolbar.cpp:116
Method
GetJSONStringField
Simple function to retrieve fields from a JSON message. For production code, you should use a real JSON parser library.
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:3730
Method
GetLocalPath
SampleApps/WebView2APISample/AppWindow.cpp:2854
Method
GetLocalPath
SampleApps/WebView2SampleWinComp/AppWindow.cpp:226
Method
GetLocalSetting
(string key, T defaultValue)
SampleApps/webview2_sample_uwp/Settings.cs:76
Method
GetLocalUri
SampleApps/WebView2SampleWinComp/AppWindow.cpp:214
Method
GetMatchCount
[MatchCount]
SampleApps/WebView2APISample/AppWindow.cpp:1501
Method
GetMatchCountExecuted
(object target, ExecutedRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:4500
Method
GetMutedAdorner
()
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:2700
Method
GetObjectType
Get type of an object.
SampleApps/WebView2WpfBrowser/BridgeAddRemoteObject.cs:73
Method
GetObjectType
Get type of an object.
SampleApps/WebView2WindowsFormsBrowser/BridgeAddRemoteObject.cs:73
Method
GetObjectTypeAsync
(object obj)
SampleApps/WebView2WpfBrowser/BridgeAddRemoteObject.cs:78
Method
GetObjectTypeAsync
(object obj)
SampleApps/WebView2WindowsFormsBrowser/BridgeAddRemoteObject.cs:78
Method
GetOrCreateComponent
SampleApps/WebView2APISample/AppWindow.h:351
Method
GetPrinterName
Function to get printer name by displaying printer text input dialog to the user. User has to specify the desired printer name by querying the install
SampleApps/WebView2APISample/AppWindow.cpp:1259
Method
GetPrinterName
<PrintToPrinter> Function to get printer name by displaying printer text input dialog to the user. User has to specify the desired printer name by que
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:922
Method
GetReplacementControl
(bool useNewEnvironment)
SampleApps/WebView2WindowsFormsBrowser/BrowserForm.cs:1015
Method
GetRuntimePath
(CoreWebView2 webView2)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:2307
Method
GetRuntimePath
(CoreWebView2 webView2)
SampleApps/WebView2WindowsFormsBrowser/BrowserForm.cs:1450
Method
GetRuntimeVersion
(CoreWebView2 webView2)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:2297
Method
GetRuntimeVersion
(CoreWebView2 webView2)
SampleApps/WebView2WindowsFormsBrowser/BrowserForm.cs:1440
Method
GetSdkBuildVersion
()
SampleApps/webview2_sample_uwp/WebView2Extensions.cs:33
Method
GetSdkBuildVersion
()
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:2282
Method
GetSdkBuildVersion
()
SampleApps/WebView2WindowsFormsBrowser/BrowserForm.cs:1425
Method
GetSelectedPrinterPrintSettings
Function to get print settings for the selected printer. You may also choose get the capabilties from the native printer API, display to the user to g
SampleApps/WebView2APISample/AppWindow.cpp:1283
Method
GetSelectedPrinterPrintSettings
Function to get print settings for the selected printer. You may also choose get the capabilities from the native printer API, display to the user to
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:946
Method
GetSensitivityLabelStrings
SampleApps/WebView2APISample/ScenarioSensitivityLabel.cpp:253
Method
GetServiceWorkerRegisteredForScope
()
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:4149
Method
GetServiceWorkerRegisteredForScopeExecuted
(object target, ExecutedRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:4144
Method
GetServiceWorkerRegistrationsExecuted
(object target, ExecutedRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:4106
Method
GetSharedWorkerManager
SampleApps/WebView2APISample/ScenarioSharedWorkerManager.cpp:21
Method
GetSharedWorkersExecuted
(object target, ExecutedRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:4276
Method
GetShcoreModule
SampleApps/WebView2APISample/DpiUtil.cpp:71
Method
GetStartPageUri
(CoreWebView2 webView2)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:2331
Method
GetStartPageUri
(CoreWebView2 webView2)
SampleApps/WebView2WindowsFormsBrowser/BrowserForm.cs:1474
Method
GetTypeInfo
SampleApps/WebView2APISample/HostObjectSampleImpl.cpp:104
Method
GetTypeInfoCount
SampleApps/WebView2APISample/HostObjectSampleImpl.cpp:98
Method
GetUser32Module
SampleApps/WebView2APISample/DpiUtil.cpp:61
Method
GetUserDataFolderCmdExecuted
(object target, ExecutedRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:3088
Method
GetWebView
SampleApps/WebView2SampleWinComp/AppWindow.h:32
Method
GetWebView2Version
(WebView2 webView2)
SampleApps/WebView2_WinUI3_Sample/WebView2_WinUI3_Sample/MainWindow.xaml.cs:146
Method
GetWindowClass
Register the Win32 window class for the app window.
SampleApps/WebView2APISample/AppWindow.cpp:307
Method
GetWindowClass
Register the Win32 window class for the app window.
SampleApps/WebView2SampleWinComp/AppWindow.cpp:35
Method
GiveFeedback
SampleApps/WebView2APISample/ScenarioDragDropOverride.h:38
Method
GoButton_Click
(object sender, RoutedEventArgs e)
SampleApps/WebView2WpfCompositionControl/WebView2WpfCompositionControl/MainWindow.xaml.cs:45
Method
GoButton_GotFocus
(object sender, RoutedEventArgs e)
SampleApps/WebView2WpfCompositionControl/WebView2WpfCompositionControl/MainWindow.xaml.cs:78
Method
GoToPageCmdCanExecute
(object sender, CanExecuteRoutedEventArgs e)
SampleApps/WV2CDPExtensionWPFSample/MainWindow.xaml.cs:44
Method
GoToPageCmdCanExecute
(object sender, CanExecuteRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:2128
Method
GoToPageCmdExecuted
(object target, ExecutedRoutedEventArgs e)
SampleApps/WV2CDPExtensionWPFSample/MainWindow.xaml.cs:49
Method
GoToPageCmdExecuted
(object target, ExecutedRoutedEventArgs e)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:2133
Method
Go_OnClick
(object sender, RoutedEventArgs e)
SampleApps/WebView2_WinUI3_Sample/WebView2_WinUI3_Sample/MainWindow.xaml.cs:121
Method
HandleCDPTargets
[DevToolsProtocolMethodMultiSession]
SampleApps/WebView2APISample/ScriptComponent.cpp:545
Method
HandleChildFrameContentLoading
(object sender, CoreWebView2ContentLoadingEventArgs args)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:4367
Method
HandleChildFrameCreated
(object sender, CoreWebView2FrameCreatedEventArgs args)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:4336
Method
HandleChildFrameDOMContentLoaded
(object sender, CoreWebView2DOMContentLoadedEventArgs args)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:4373
Method
HandleChildFrameDestroyed
(object sender, object args)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:4352
Method
HandleChildFrameNavigationCompleted
(object sender, CoreWebView2NavigationCompletedEventArgs args)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:4379
Method
HandleChildFrameNavigationStarting
(object sender, CoreWebView2NavigationStartingEventArgs args)
SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs:4361
← previous
next →
401–500 of 1,142, ranked by callers