What is the @ Control directive?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the @ Control directive?
Rating:
The @ Control directive is a directive syntax of a Web Forms page. It is used to define user-control specific attributes that are used by the ASP.NET page parser and compiler. The directive is used only with user controls. Some commonly used attributes of the @ Control directive are Language, AutoEventWireup, ClassName, and Inherits. The syntax of the @ Page directive is as follows:
Rating:
Was this information helpful?
Other articles
- What is the CompareValidator control?
- What is a skin?
- What are the functionalities of the FileUpload Web server control?
- What is the UI structural components?
- How does an application or page theme differ from a global theme?