SPMobileUtility.AppendMobileQueryString method
傳回使用 URL 」 吗?行動電話 = 1"或"?行動電話 = 0"附加至結尾。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function AppendMobileQueryString ( _
url As String, _
redirectToMobilePage As Boolean _
) As String
'用途
Dim url As String
Dim redirectToMobilePage As Boolean
Dim returnValue As String
returnValue = SPMobileUtility.AppendMobileQueryString(url, _
redirectToMobilePage)
public static string AppendMobileQueryString(
string url,
bool redirectToMobilePage
)
參數
url
Type: System.String原始的 URL。
redirectToMobilePage
Type: System.Boolean要附加的true "?Mobile = 1",要附加的false "?Mobile = 0]
傳回值
Type: System.String
附加至結尾的行動查詢原始的 URL。
備註
加入"?Mobile=1"結尾的非行動頁面時從電腦瀏覽的 URL 會強制電腦瀏覽器開啟頁面的行動版本。與不同的是舊版的 SharePoint 中,這個設定現在是自黏。它將它設定一個 URL 上之後,在使用者巡覽至該網站集合中的每一頁將會行動版本,直到行為加入至某些網站集合之頁面的 URL 結尾的 「?Mobile=0」 時,已關閉。
"?Mobile=0"新增至的 URL,從行動裝置瀏覽時,會強制來嘗試開啟非行動版本之頁面的行動裝置。這個設定是自黏。