Programing

Visual Studio HTML Designer는 어디에 있습니까?

crosscheck 2020. 9. 7. 07:39
반응형

Visual Studio HTML Designer는 어디에 있습니까?


Visual Studio HTML Designer는 어디에 있습니까? HTML 디자이너에 대한 옵션이 있지만 열 수 없습니다.HTML Designer 옵션 노드가 있습니다!

그래서 디자이너를 찾을 수없는 이유와 그것을 어떻게 여는 지 물어보고 싶습니다. HTML 파일을 만들면 HTML 코드로 이동합니다.


기본 HTML 편집기 (정적 HTML 용)에는 디자인보기가 없습니다. 기본 편집기를 디자인보기가있는 웹 양식 편집기로 설정하려면

  1. Visual Studio의 솔루션 탐색기에서 HTML 파일을 마우스 오른쪽 단추로 클릭하고 Open with
  2. 선택 HTML (web forms) editor
  3. 클릭 Set as default
  4. OK버튼을 클릭하십시오

이 작업을 마치면 다음 과 같이 클릭 design하거나 split보기 만하면됩니다.

해당 옵션의 위치를 ​​보여주는 스크린 샷


기본값을 HTML 웹 양식 편집기로 설정하는 또 다른 방법은 다음과 같습니다.

  1. Visual Studio에서 상단 메뉴에서에 이동 File> New>File
  2. Select HTML Page
  3. In the lower right corner of the New File dialog on the Open button there is a down arrow
  4. Click it and you should see an option Open With
  5. Select HTML (Web Forms) Editor
  6. Click Set as Default
  7. 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

반응형