HtmlWeb Properties

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image

The HtmlWeb type exposes the following members.

Properties

  NameDescription
Public propertyAutoDetectEncoding
Gets or Sets a value indicating if document encoding must be automatically detected.
Public propertyCacheOnly
Gets or Sets a value indicating whether to get document only from the cache. If this is set to true and document is not found in the cache, nothing will be loaded.
Public propertyCachePath
Gets or Sets the cache path. If null, no caching mechanism will be used.
Public propertyFromCache
Gets a value indicating if the last document was retrieved from the cache.
Public propertyOverrideEncoding
Gets or sets the Encoding used to override the response stream from any web request
Public propertyRequestDuration
Gets the last request duration in milliseconds.
Public propertyResponseUri
Gets the URI of the Internet resource that actually responded to the request.
Public propertyStatusCode
Gets the last request status.
Public propertyStreamBufferSize
Gets or Sets the size of the buffer used for memory operations.
Public propertyUseCookies
Gets or Sets a value indicating if cookies will be stored.
Public propertyUserAgent
Gets or Sets the User Agent HTTP 1.1 header sent on any webrequest
Public propertyUsingCache
Gets or Sets a value indicating whether the caching mechanisms should be used or not.

See Also