共用方式為


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

適用於