Question

Is "region" a keyword in asp.net? If yes, then what does it mean and where would one use it?

Was it helpful?

Solution

#region Description
//here is your code.

#endregion

OTHER TIPS

What do you mean keyword? ASP.NET is not a programming language.

If you're asking about C#, then no, region isn't a keyword. #region is something like a keyword, though.

Region is not keyword in asp.net but#region is keyword for organize your code see the link

About #Region - ASP.NET Forums

http://forums.asp.net/p/1142786/1842461.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top