Share via


PathString.Add Method (QueryString)

Combines a PathString and QueryString into the joined URI formatted string value.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Function Add ( _
    other As QueryString _
) As String
'Usage
Dim instance As PathString 
Dim other As QueryString 
Dim returnValue As String 

returnValue = instance.Add(other)
public string Add(
    QueryString other
)
public:
String^ Add(
    QueryString other
)
member Add : 
        other:QueryString -> string
public function Add(
    other : QueryString
) : String

Parameters

Return Value

Type: System.String
Returns the joined URI formatted string.

See Also

Reference

PathString Structure

Add Overload

Microsoft.Owin Namespace