Class UriAction
Represents an action for an URI. This class cannot be inherited.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Pdf
Assembly: Sartorius.SAF.Pdf.dll
Syntax
public sealed class UriAction : Action
Constructors
View SourceUriAction(Uri)
Initializes a new instance of the UriAction class.
Declaration
public UriAction(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | uri | URI of the resource. |
Properties
View SourceUri
Gets URI of the resource.
Declaration
public Uri Uri { get; }
Property Value
Type | Description |
---|---|
System.Uri | The URI of the resource. |