SPUtility.MakeBrowserCacheSafeLayoutsUrl 方法 (String, Boolean, Int32)

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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
)

参数

返回值

类型:System.String

另请参阅

引用

SPUtility 类

SPUtility 成员

MakeBrowserCacheSafeLayoutsUrl 重载

Microsoft.SharePoint.Utilities 命名空间