AspNetCore.Docs/aspnetcore/fundamentals/change-tokens/sample/README.md

6 lines
397 B
Markdown
Raw Normal View History

# ASP.NET Core Change Token Sample
This sample illustrates the use of [ChangeToken](https://docs.microsoft.com/dotnet/api/microsoft.extensions.primitives.changetoken). This sample demonstrates the features described in the [Detect changes with Change Tokens](https://docs.microsoft.com/aspnet/core/fundamentals/change-tokens) topic.
2017-11-11 05:08:08 +08:00
Run the sample and follow the instructions on the Index page.