Table of Contents

Method Reload

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Reload()

Reloads the document currently displayed in the control by downloading for an updated version from the server.

void Reload()

Reload(bool)

Reloads the document currently displayed in the control using the specified refresh option.

void Reload(bool noCache)

Parameters

noCache bool

true if the reload will not use browser cache; otherwise, false. This parameter is ignored by the Edge backend.