BuildUri Class
Represents an activity to build a URI.
Namespace: Microsoft.Activities
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
Inheritance Hierarchy
System.Object
System.Activities.Activity
System.Activities.ActivityWithResult
System.Activities.Activity<TResult>
System.Activities.CodeActivity<TResult>
Microsoft.Activities.BuildUri
Syntax
public sealed class BuildUri : CodeActivity<string>
public ref class BuildUri sealed : CodeActivity<String^>
[<Sealed>]
type BuildUri =
class
inherit CodeActivity<string>
end
Public NotInheritable Class BuildUri
Inherits CodeActivity(Of String)
Constructors
Name | Description | |
---|---|---|
BuildUri() | Initializes a new instance of the BuildUri class with default values. |
|
BuildUri(InArgument<String>) | Initializes a new instance of the BuildUri class with source value. |
Properties
Name | Description | |
---|---|---|
CacheId | (Inherited from Activity.) |
|
DisplayName | (Inherited from Activity.) |
|
Fragment | Gets the escaped URI fragment. |
|
Host | Gets the host component of this instance. |
|
Id | (Inherited from Activity.) |
|
ImplementationVersion | (Inherited from CodeActivity<TResult>.) |
|
Path | Gets the absolute path of the URI. |
|
Port | Gets the port number of this URI. |
|
Query | Gets any query information included in the specified URI. |
|
Result | (Inherited from Activity<TResult>.) |
|
ResultType | (Inherited from ActivityWithResult.) |
|
Scheme | Gets the scheme name for this URI. |
|
Source | Gets the source for this URI. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Activity.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Activities Namespace
Return to top