cefsharp winforms How i can disable load images and photo?
up vote
-2
down vote
favorite
iam using cefsharp winforms and c# on vs 2015
so How to disable load image in browser to make page load fast
that can be used on slow connection
ChromiumWebBrowser= new ChromiumWebBrowser("https://Example.com/en/");
and Can i disable Cookies ?
thanks
c# cefsharp
add a comment |
up vote
-2
down vote
favorite
iam using cefsharp winforms and c# on vs 2015
so How to disable load image in browser to make page load fast
that can be used on slow connection
ChromiumWebBrowser= new ChromiumWebBrowser("https://Example.com/en/");
and Can i disable Cookies ?
thanks
c# cefsharp
cefsharp.github.io/api/67.0.0/html/…
– amaitland
Nov 10 at 20:29
Be something likebrowser.BrowserSettings.ImageLoading = CefState.Disabled
. Disabling cookies is unrelated and should be asked as a separate question.
– amaitland
Nov 10 at 20:30
thanks alote it's work
– Simox
Nov 11 at 18:43
You can post your own answer with a more detailed example.
– amaitland
Nov 11 at 19:52
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
iam using cefsharp winforms and c# on vs 2015
so How to disable load image in browser to make page load fast
that can be used on slow connection
ChromiumWebBrowser= new ChromiumWebBrowser("https://Example.com/en/");
and Can i disable Cookies ?
thanks
c# cefsharp
iam using cefsharp winforms and c# on vs 2015
so How to disable load image in browser to make page load fast
that can be used on slow connection
ChromiumWebBrowser= new ChromiumWebBrowser("https://Example.com/en/");
and Can i disable Cookies ?
thanks
c# cefsharp
c# cefsharp
asked Nov 10 at 18:43
Simox
43
43
cefsharp.github.io/api/67.0.0/html/…
– amaitland
Nov 10 at 20:29
Be something likebrowser.BrowserSettings.ImageLoading = CefState.Disabled
. Disabling cookies is unrelated and should be asked as a separate question.
– amaitland
Nov 10 at 20:30
thanks alote it's work
– Simox
Nov 11 at 18:43
You can post your own answer with a more detailed example.
– amaitland
Nov 11 at 19:52
add a comment |
cefsharp.github.io/api/67.0.0/html/…
– amaitland
Nov 10 at 20:29
Be something likebrowser.BrowserSettings.ImageLoading = CefState.Disabled
. Disabling cookies is unrelated and should be asked as a separate question.
– amaitland
Nov 10 at 20:30
thanks alote it's work
– Simox
Nov 11 at 18:43
You can post your own answer with a more detailed example.
– amaitland
Nov 11 at 19:52
cefsharp.github.io/api/67.0.0/html/…
– amaitland
Nov 10 at 20:29
cefsharp.github.io/api/67.0.0/html/…
– amaitland
Nov 10 at 20:29
Be something like
browser.BrowserSettings.ImageLoading = CefState.Disabled
. Disabling cookies is unrelated and should be asked as a separate question.– amaitland
Nov 10 at 20:30
Be something like
browser.BrowserSettings.ImageLoading = CefState.Disabled
. Disabling cookies is unrelated and should be asked as a separate question.– amaitland
Nov 10 at 20:30
thanks alote it's work
– Simox
Nov 11 at 18:43
thanks alote it's work
– Simox
Nov 11 at 18:43
You can post your own answer with a more detailed example.
– amaitland
Nov 11 at 19:52
You can post your own answer with a more detailed example.
– amaitland
Nov 11 at 19:52
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53242245%2fcefsharp-winforms-how-i-can-disable-load-images-and-photo%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
cefsharp.github.io/api/67.0.0/html/…
– amaitland
Nov 10 at 20:29
Be something like
browser.BrowserSettings.ImageLoading = CefState.Disabled
. Disabling cookies is unrelated and should be asked as a separate question.– amaitland
Nov 10 at 20:30
thanks alote it's work
– Simox
Nov 11 at 18:43
You can post your own answer with a more detailed example.
– amaitland
Nov 11 at 19:52