Class UriAction

This class represents a Uri action.

Inheritance
UriAction
Namespace: PSPDFKit.Sdk.Models.Annotation.Actions
Assembly: Sdk.dll
Syntax
public sealed class UriAction : ActionBase

Constructors

| Edit this page View Source

UriAction(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 Source

Uri

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