Class UriAction
This class represents a Uri action.
Namespace: PSPDFKit.Sdk.Models.Annotation.Actions
Assembly: Sdk.dll
Syntax
public sealed class UriAction : ActionBase
Constructors
| Edit this page View SourceUriAction(string)
Constructs a UriAction for the specified Uri.
Declaration
public UriAction(string uri)
Parameters
Type | Name | Description |
---|---|---|
string | uri | The uniform resource identifier (web link) that should be resolved when triggering this action. |
Properties
| Edit this page View SourceUri
The uniform resource identifier (web link) that should be resolved when triggering this action.
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |