일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- swift 화면전환
- rounding
- .csv
- 초딩수학
- Request.Form
- 오블완
- Excel
- chart.js
- MS-SQL
- python
- LEFT JOIN
- Android
- MSSQL
- league of legends
- upbit
- 일본여행
- PromptEngineering
- 나만의 상점
- Aspose.cells
- 업비트
- Banker's
- Oracle
- Banker's rounding
- 썸머노트
- CSV
- largelanguagemodels
- 한글깨짐
- MYSQL
- Kakao API Address
- AIoptimization
Archives
- Today
- Total
DBA
Web.config에 title설정하고 사용하기 본문
728x90
반응형
SMALL
[Web.config]
<configuration>
<appSettings>
<add key="ProjectName" value="ProjectNameSetting"/>
</appSettings>
</configuration>
[_Layout.cshtml]
<title>@System.Web.Configuration.WebConfigurationManager.AppSettings.Get("ProjectName")</title>
728x90
반응형
LIST
Comments