Skip to main content
All docs
V26.1
  • AccessSettings.UriValidatedEventArgs.UriString Property

    Gets the original URI string.

    Namespace: DevExpress.Security.Resources

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public string UriString { get; }

    Property Value

    Type Description
    String

    The original URI string.

    Remarks

    See the following help topic for more information: UriValidated.

    See Also