Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: bool UrlStartsWith(this string, string)

Declaration

public static bool UrlStartsWith(
    this string url,
    string path
)

Summary

Determines whether the specified URL starts with the specified URL path. For example, the URL "/directory/file" starts with "/directory" but not with "/dir".