ModelBinderFactoryContext.CacheToken Property
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.
Gets or sets the cache token. If non-null
the resulting IModelBinder
will be cached.
public:
property System::Object ^ CacheToken { System::Object ^ get(); void set(System::Object ^ value); };
public object CacheToken { get; set; }
public object? CacheToken { get; set; }
member this.CacheToken : obj with get, set
Public Property CacheToken As Object