Skip to content

UriHelper class

namespace: Serenity   assemblySerenity.Net.Core

Contains URI related helper functions.

public static class UriHelper

Public Members

name description
static Combine(…) Combines a URL with a filename by inserting a "/" character between them. This works like Path.Combine.

See Also