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
UriBuilderThe builder.
path
stringThe path.