Visual Studio HTML Designer는 어디에 있습니까?
Visual Studio HTML Designer는 어디에 있습니까? HTML 디자이너에 대한 옵션이 있지만 열 수 없습니다.
그래서 디자이너를 찾을 수없는 이유와 그것을 어떻게 여는 지 물어보고 싶습니다. HTML 파일을 만들면 HTML 코드로 이동합니다.
기본 HTML 편집기 (정적 HTML 용)에는 디자인보기가 없습니다. 기본 편집기를 디자인보기가있는 웹 양식 편집기로 설정하려면
- Visual Studio의 솔루션 탐색기에서 HTML 파일을 마우스 오른쪽 단추로 클릭하고
Open with
- 선택
HTML (web forms) editor
- 클릭
Set as default
OK
버튼을 클릭하십시오
이 작업을 마치면 다음 과 같이 클릭 design
하거나 split
보기 만하면됩니다.
기본값을 HTML 웹 양식 편집기로 설정하는 또 다른 방법은 다음과 같습니다.
- Visual Studio에서 상단 메뉴에서에 이동
File
>New
>File
- Select
HTML Page
- In the lower right corner of the New File dialog on the
Open
button there is a down arrow - Click it and you should see an option
Open With
- Select
HTML (Web Forms) Editor
- Click
Set as Default
- Press
OK
Go to [Tools, Options], section "Web Forms Designer" and enable the option "Enable Web Forms Designer". That should give you the Design and Split option again.
The solution of creating a new HTML file with HTML (Web Forms) Designer worked for that file but not for other, individual HTML files that I wanted to edit.
I did find the Open With option in the Open File dialogue and was able to select the HTML (Web Forms) Editor there. Having clicked the "Set as Default" option in that window, VS then remembered to use that editor when I opened other HTML files.
참고 URL : https://stackoverflow.com/questions/31654960/where-is-the-visual-studio-html-designer
'Programing' 카테고리의 다른 글
AngularJS : 컨트롤러에서 입력을 $ valid로 수동으로 설정하는 방법은 무엇입니까? (0) | 2020.09.07 |
---|---|
기계 학습이란 무엇입니까? (0) | 2020.09.07 |
진행 상황을 제외하고 어떻게 명령 줄에서 robocopy를 무음으로 만들 수 있습니까? (0) | 2020.09.07 |
Vim-vim을 시작할 때 즉시 명령을 실행하는 방법은 무엇입니까? (0) | 2020.09.07 |
apt-get : 명령을 찾을 수 없습니다. (0) | 2020.09.07 |