|
Dreamine.Web 1.0.0.0
WPF와 Blazor를 한 코드 흐름으로 연결하고 반복적인 MVVM 코드를 줄이는 오픈소스 FullKit 공식 웹 애플리케이션입니다.
|
속성 | |
| string | Title = "Dreamine" [get, set] |
| string | Description = "Modular Architecture for Real Applications" [get, set] |
| string | IconUrl = "" [get, set] |
| string | GitHubUrl = "https://github.com/CodeMaru-Dreamine" [get, set] |
| string | OgTitle = "" [get, set] |
| string | OgDescription = "" [get, set] |
| string | OgImageUrl = "/img/og-dreamine.png" [get, set] |
| string | OgSiteName = "Dreamine" [get, set] |
| string | OgUrl = "https://dreamine.kr/" [get, set] |
| string | TwitterCard = "summary_large_image" [get, set] |
Site Settings 기능과 관련 상태를 캡슐화합니다.
SiteSettings.cs 파일의 11 번째 라인에서 정의되었습니다.
|
getset |
Description 값을 가져오거나 설정합니다.
SiteSettings.cs 파일의 30 번째 라인에서 정의되었습니다.
|
getset |
Git Hub Url 값을 가져오거나 설정합니다.
SiteSettings.cs 파일의 48 번째 라인에서 정의되었습니다.
|
getset |
|
getset |
Og Description 값을 가져오거나 설정합니다.
SiteSettings.cs 파일의 68 번째 라인에서 정의되었습니다.
|
getset |
Og Image Url 값을 가져오거나 설정합니다.
SiteSettings.cs 파일의 77 번째 라인에서 정의되었습니다.
|
getset |
|
getset |
Og Title 값을 가져오거나 설정합니다.
SiteSettings.cs 파일의 59 번째 라인에서 정의되었습니다.
|
getset |
Og Url 값을 가져오거나 설정합니다.
SiteSettings.cs 파일의 95 번째 라인에서 정의되었습니다.
|
getset |
|
getset |
Twitter Card 값을 가져오거나 설정합니다.
SiteSettings.cs 파일의 104 번째 라인에서 정의되었습니다.