C# Class AcManager.Tools.Helpers.WebBrowserHelper

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
DisableBrowserEmulationMode ( ) : void
SetBrowserFeatureControlKey ( [ feature, [ appName, uint value ) : void
SetSilent ( [ browser, bool silent ) : void
SetSilentAlternative ( [ browser, bool silent ) : void
SetUserAgent ( string userAgent ) : void

Private Methods

Méthode Description
UrlMkSetSessionOption ( int dwOption, string pBuffer, int dwBufferLength, int dwReserved ) : int

Method Details

DisableBrowserEmulationMode() public static méthode

public static DisableBrowserEmulationMode ( ) : void
Résultat void

SetBrowserFeatureControlKey() public static méthode

public static SetBrowserFeatureControlKey ( [ feature, [ appName, uint value ) : void
feature [
appName [
value uint
Résultat void

SetSilent() public static méthode

public static SetSilent ( [ browser, bool silent ) : void
browser [
silent bool
Résultat void

SetSilentAlternative() public static méthode

public static SetSilentAlternative ( [ browser, bool silent ) : void
browser [
silent bool
Résultat void

SetUserAgent() public static méthode

public static SetUserAgent ( string userAgent ) : void
userAgent string
Résultat void