C# 클래스 AcManager.Tools.Helpers.WebBrowserHelper

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
DisableBrowserEmulationMode ( ) : void
SetBrowserFeatureControlKey ( [ feature, [ appName, uint value ) : void
SetSilent ( [ browser, bool silent ) : void
SetSilentAlternative ( [ browser, bool silent ) : void
SetUserAgent ( string userAgent ) : void

비공개 메소드들

메소드 설명
UrlMkSetSessionOption ( int dwOption, string pBuffer, int dwBufferLength, int dwReserved ) : int

메소드 상세

DisableBrowserEmulationMode() 공개 정적인 메소드

public static DisableBrowserEmulationMode ( ) : void
리턴 void

SetBrowserFeatureControlKey() 공개 정적인 메소드

public static SetBrowserFeatureControlKey ( [ feature, [ appName, uint value ) : void
feature [
appName [
value uint
리턴 void

SetSilent() 공개 정적인 메소드

public static SetSilent ( [ browser, bool silent ) : void
browser [
silent bool
리턴 void

SetSilentAlternative() 공개 정적인 메소드

public static SetSilentAlternative ( [ browser, bool silent ) : void
browser [
silent bool
리턴 void

SetUserAgent() 공개 정적인 메소드

public static SetUserAgent ( string userAgent ) : void
userAgent string
리턴 void