Share via


ResourceAssetCollection.IsContentSpecificUrl(String) Method

Definition

Determines whether the specified path is a content-specific URL.

public bool IsContentSpecificUrl (string path);
member this.IsContentSpecificUrl : string -> bool
Public Function IsContentSpecificUrl (path As String) As Boolean

Parameters

path
String

The path to check.

Returns

true if the path is a content-specific URL; otherwise, false.

Applies to