C# Class Cef3.CefGeolocationCallback

Inheritance: IDisposable
显示文件 Open project: MrXiaoM/HMCLHelper Class Usage Examples

Public Methods

Method Description
Continue ( bool allow ) : void

Call to allow or deny geolocation access.

Method Details

Continue() public method

Call to allow or deny geolocation access.
public Continue ( bool allow ) : void
allow bool
return void