C# Class SDL.TridionVSRazorExtension.Common.IsolatedStorage.Service

显示文件 Open project: mvlasenko/TridionVSRazorExtension

Public Methods

Method Description
GetFromIsolatedStorage ( string key ) : string
GetId ( ) : string
SaveToIsolatedStorage ( string key, string value ) : void

Method Details

GetFromIsolatedStorage() public static method

public static GetFromIsolatedStorage ( string key ) : string
key string
return string

GetId() public static method

public static GetId ( ) : string
return string

SaveToIsolatedStorage() public static method

public static SaveToIsolatedStorage ( string key, string value ) : void
key string
value string
return void