.MASTER 파일 확장자
ASP.NET Master Page
| 개발사 | Microsoft |
| 인기도 |
3.7 | 10 투표 |
MASTER 파일이란 무엇인가요?
A MASTER file is a master webpage or template created with ASP.NET. It is used for building multiple pages with the same layout. Each MASTER file typically includes defined header, navigation, and footer sections as well as editable areas. MASTER files are constructed using HTML, just like a typical webpage.
추가 정보
When editing a webpage based on a master page, the non-editable areas are shaded gray while alterable items are clearly shown. Editable areas can be defined by editing the master page directly. Master pages work in conjunction with content pages, which merge with the master page to produce the output seen by the user.
MASTER 파일을 여는 방법
You can open a MASTER file in Microsoft Visual Studio (Windows). To do so, open a Visual Studio project and select Project → Add Existing Item. Then, navigate to and open your MASTER file. This will add the MASTER file to your Visual Studio project.