Skip to content

Instantly share code, notes, and snippets.

@AbubakarSiddiq
Last active December 25, 2016 21:30
Show Gist options
  • Save AbubakarSiddiq/e6597de74ecbaf5c6803a11c8f9e0497 to your computer and use it in GitHub Desktop.
Save AbubakarSiddiq/e6597de74ecbaf5c6803a11c8f9e0497 to your computer and use it in GitHub Desktop.
//Action Filter
[OutputCache(Duration = 10)]
public string CurrentTime()
{
return DateTime.Now.ToString("T");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment