Class LoaderOptions
- Namespace
- AngleSharp.Io
- Assembly
- AngleSharp.dll
Options for the loader.
public sealed class LoaderOptions
- Inheritance
-
LoaderOptions
- Inherited Members
- Extension Methods
Constructors
LoaderOptions()
public LoaderOptions()
Properties
Filter
Gets or sets the filter, if any.
public Predicate<Request>? Filter { get; set; }
Property Value
IsNavigationDisabled
Gets or sets if navigation is enabled. By default it is enabled.
public bool IsNavigationDisabled { get; set; }
Property Value
IsResourceLoadingEnabled
Gets or sets if resource loading is enabled. By default it is disabled.
public bool IsResourceLoadingEnabled { get; set; }