1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Options
  6. /
  7. ExternalResourceLoadingArgs

ExternalResourceLoadingArgs

ExternalResourceLoadingArgs class

Provides the data for OnLoading method.

public sealed class ExternalResourceLoadingArgs

Constructors

Name Description
ExternalResourceLoadingArgs(string) Initializes a new instance of the ExternalResourceLoadingArgs class.

Properties

Name Description
Data { get; set; } Gets or sets the user data.
Skipped { get; set; } Gets or sets the value that indicates whether the loading of the external resource must be skipped.
Uri { get; set; } Gets or sets the URI of the external resource.

See Also