Share via


PathString.Add Method (PathString)

Adds two PathString instances into a combined PathString value.

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

Syntax

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

returnValue = instance.Add(other)
public PathString Add(
    PathString other
)
public:
PathString Add(
    PathString other
)
member Add : 
        other:PathString -> PathString
public function Add(
    other : PathString
) : PathString

Parameters

Return Value

Type: Microsoft.Owin.PathString
Returns the combined PathString.

See Also

Reference

PathString Structure

Add Overload

Microsoft.Owin Namespace