|
ShopPlatform.Web 1.0.0.0
농산물, 소프트웨어 라이선스와 개발 용역을 직접 판매하는 CodeMaru 직영 쇼핑몰입니다.
|
정적 Public 멤버 함수 | |
| static ShopOptions | From (IConfiguration cfg) |
정적 Public 속성 | |
| const string | Section = "ShopPlatform" |
속성 | |
| string | DataPath = "App_Data/Shops" [get, set] |
| string | SuperAdminPassword = string.Empty [get, set] |
| string | BaseUrl = "http://localhost:5200" [get, set] |
| string | ResolvedDataPath [get] |
appsettings.json ShopPlatform 섹션 바인딩.
ShopOptions.cs 파일의 11 번째 라인에서 정의되었습니다.
|
inlinestatic |
From 작업을 수행합니다.
| cfg | cfg에 사용할 IConfiguration 값입니다. |
ShopOptions 결과입니다.ShopOptions.cs 파일의 90 번째 라인에서 정의되었습니다.
다음을 참조함 : Section.
|
static |
|
getset |
배포 도메인 (결제 콜백 URL 생성용).
ShopOptions.cs 파일의 51 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ShopPlatform.Middleware.OgBotMiddleware.WriteOgHtml().
|
getset |
테넌트 데이터 루트 경로 (상대 or 절대).
ShopOptions.cs 파일의 31 번째 라인에서 정의되었습니다.
|
get |
절대 경로로 변환된 DataPath.
ShopOptions.cs 파일의 61 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ShopPlatform.Services.ShopCustomerProfileStore.ShopCustomerProfileStore().
|
getset |