UriHelper class

namespace: Serenity   assemblySerenity.Net.Core

Contains URI related helper functions.

public static class UriHelper

Public Members

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

See Also