6. 프로젝트 루트에 있는 Startup.cs 파일을 열고, 네임스페이스 선언부에 다음 코드를 한 줄 추가하면 DotNetNoteSettings 클래스를 사용할 수 있다.
▼ Startup.cs 파일에 코드 한 줄 추가
using DotNetNote.Models; using DotNetNote.Services; using DotNetNote.Settings; using Microsoft.AspNetCore.Builder;
6. 프로젝트 루트에 있는 Startup.cs 파일을 열고, 네임스페이스 선언부에 다음 코드를 한 줄 추가하면 DotNetNoteSettings 클래스를 사용할 수 있다.
▼ Startup.cs 파일에 코드 한 줄 추가
using DotNetNote.Models; using DotNetNote.Services; using DotNetNote.Settings; using Microsoft.AspNetCore.Builder;