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します。

適用対象