SPUtility.MakeBrowserCacheSafeLayoutsUrl method (String, Boolean, Int32)
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function MakeBrowserCacheSafeLayoutsUrl ( _
name As String, _
localizable As Boolean, _
desiredVersion As Integer _
) As String
'用途
Dim name As String
Dim localizable As Boolean
Dim desiredVersion As Integer
Dim returnValue As String
returnValue = SPUtility.MakeBrowserCacheSafeLayoutsUrl(name, _
localizable, desiredVersion)
public static string MakeBrowserCacheSafeLayoutsUrl(
string name,
bool localizable,
int desiredVersion
)
參數
- name
Type: System.String
- localizable
Type: System.Boolean
- desiredVersion
Type: System.Int32
傳回值
Type: System.String