Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

URL

Storage Type Grooper.Core

Represents a Uniform Resource Locator (URL) for use in Data Fields and related objects.

Remarks

The StorageTypeURL class enables robust capture, validation, and storage of web addresses, file links, or resource locators in Grooper.

Overview

  • Used to store and process URLs in Data Fields and extraction objects.
  • Supports both absolute and relative URLs, depending on the configuration of the 'Kind' property.
  • Ensures that input values are valid URLs according to the specified kind.

Usage

  • Assign this storage type to a Data Field to capture web links, file paths, or resource locators.
  • Use the 'Kind' property to specify whether only absolute URLs, only relative URLs, or both are allowed.
  • Input values are validated and parsed as Uri objects, ensuring data integrity and compatibility with downstream systems.
  • All parsing and formatting operations are culture-invariant.

> [!TIP] > Use this class for any scenario requiring the capture of hyperlinks, document references, or integration with web-based resources.

Properties

NameTypeDescription
General
Range

Used By

Notification