SPUtility.MakeBrowserCacheSafeLayoutsUrl method (String, Boolean, Int32)

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function MakeBrowserCacheSafeLayoutsUrl ( _
    name As String, _
    localizable As Boolean, _
    desiredVersion As Integer _
) As String
'Usage
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
)

Parameters

Return value

Type: System.String

See also

Reference

SPUtility class

SPUtility members

MakeBrowserCacheSafeLayoutsUrl overload

Microsoft.SharePoint.Utilities namespace