Table of Contents

Class UriBuilderExtensions

Namespace
Songhay.Extensions
Assembly
SonghayCore.dll

Extensions of UriBuilder.

public static class UriBuilderExtensions
Inheritance
UriBuilderExtensions
Inherited Members

Methods

WithPath(UriBuilder?, string?)

Returns UriBuilder with the specified path.

public static UriBuilder? WithPath(this UriBuilder? builder, string? path)

Parameters

builder UriBuilder

The builder.

path string

The path.

Returns

UriBuilder