UrlToken.Encode<T>(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encode an item to be stored in a url.
public static string Encode<T> (T item);
static member Encode : 'T -> string
Public Shared Function Encode(Of T) (item As T) As String
Type Parameters
- T
The item type.
Parameters
- item
- T
The item instance.
Returns
The encoded token.