Build Uri
- Represents an activity to build a URI.
Properties
Common
- DisplayName (String) – The display name of the activity.
Misc
- Result (OutArgument<String>) – Gives a URI as output.
- Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose lev
URI-
- Source (InArgument<String>) – Gets the source for this URI.
URI Fragments –
- Fragment (InArgument<String>) – Gets the escaped URI fragment.
- Host (InArgument<String>) – Gets the host component of this instance.
- Path(InArgument<String>) – Gets the absolute path of the URI.
- Query (InArgument<String>) – Gets any query information included in the specified URI.
- Scheme (InArgument<String>) – Gets the scheme name for this URI.
- Port (InArgument<Int32>) – Gets the port number of this URI.
Example