Skip to content

UrlOperation Class

Mohammad Abbasi edited this page Oct 23, 2023 · 1 revision

Feature of UrlOperation class

This static class work with Url and Path

Methods

string? FileNameWithExtensionFromUrl(string url)

  • Return file name from url

bool CheckUrlWithOutParameter(string url1, string url2)

  • Check two Url is like together or not

bool CheckPathWithOutParameter(string path1, string path2)

  • Check two Path is like together or not