ResourceAssetCollection.IsContentSpecificUrl(String) 方法

定义

确定指定的路径是否是特定于内容的 URL。

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

参数

path
String

要检查的路径。

返回

如果路径是特定于内容的 URL,则 true;否则,false

适用于