WKWebView.EstimatedProgress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An estimate of what fraction of the current navigation has been completed.
public virtual double EstimatedProgress { [Foundation.Export("estimatedProgress")] get; }
member this.EstimatedProgress : double
Property Value
- Attributes
Remarks
This value ranges from 0.0 to 1.0 based on the total number of bytes expected to be received, including the main document and all of its potential subresources. After a navigation completes, the value remains at 1.0 until a new navigation starts, at which point it is reset to 0.0.