Day 21-This Keyword in C#

This keyword refers to current instance of the class. This keyword use to declare indexer and also in extension method.


  • You can call same class property using this keyword.
  • You can call page on code behind page.
  • You can create extension method using this keyword.