Store Filter between pages
This commit is contained in:
@@ -5,9 +5,18 @@ namespace FoodsharingSiegen.Contracts
|
||||
/// </summary>
|
||||
public static class StorageKeys
|
||||
{
|
||||
#region Constants
|
||||
|
||||
/// <summary>
|
||||
/// The token key
|
||||
/// Represents the storage key used for prospect filtering preferences.
|
||||
/// </summary>
|
||||
public const string ProspectFilter = "ProspectFilter";
|
||||
|
||||
/// <summary>
|
||||
/// The token key
|
||||
/// </summary>
|
||||
public const string TokenKey = "_token";
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user