Skip to main content
All docs
V25.2
  • UriValidatedEventArgs(String, Uri, Object) Constructor

    Initializes a new instance of the AccessSettings.UriValidatedEventArgs class with specified settings.

    Namespace: DevExpress.Security.Resources

    Assembly: DevExpress.Data.v25.2.dll

    NuGet Package: DevExpress.Data

    Declaration

    public UriValidatedEventArgs(
        string uriString,
        Uri uri,
        object validationContext
    )

    Parameters

    Name Type Description
    uriString String

    The original URI string. This value is assigned to the UriString property.

    uri Uri

    The parsed and normalized Uri instance created from the specified string. This value is assigned to the Uri property.

    validationContext Object

    The context that identifies the source or purpose of the validation. This value is assigned to the ValidationContext property.

    Remarks

    See the following help topic for more information: UriValidated.

    See Also