Generated by DocFX

Class UriExtensions

Inheritance
System.Object
UriExtensions
Namespace: ISynergy.Framework.Core.Extensions
Assembly: ISynergy.Framework.Core.dll
Syntax
public static class UriExtensions : object

Methods

View Source

AddQueryParameter(Uri, String, String)

Declaration
public static Uri AddQueryParameter(this Uri uri, string name, string value)
Parameters
Type Name Description
Uri uri
System.String name
System.String value
Returns
Type Description
Uri