Session
[Archived] Session state middleware for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
파일 탐색기
최종 버전 다운로드 (.zip)- ISSUE_TEMPLATE.md
- ci-internal.yml
- ci-public.yml
- dependencies.props
- Key.snk
- repo.props
- sources.props
- launchSettings.json
- appsettings.json
- SessionSample.csproj
- Startup.cs
- Resources.Designer.cs
- baseline.netcore.json
- CookieProtection.cs
- DistributedSession.cs
- DistributedSessionStore.cs
- EncodedKey.cs
- ISessionStore.cs
- LoggingExtensions.cs
- Microsoft.AspNetCore.Session.csproj
- NoOpSessionStore.cs
- Resources.resx
- SessionDefaults.cs
- SessionFeature.cs
- SessionMiddleware.cs
- SessionMiddlewareExtensions.cs
- SessionOptions.cs
- SessionServiceCollectionExtensions.cs
- SipHash.cs
- Directory.Build.props
- Microsoft.AspNetCore.Session.Tests.csproj
- SessionTests.cs
- Directory.Build.props
- .appveyor.yml
- .gitattributes
- .gitignore
- .travis.yml
- build.cmd
- build.sh
- CONTRIBUTING.md
- Directory.Build.props
- Directory.Build.targets
- korebuild-lock.txt
- korebuild.json
- LICENSE.txt
- NuGet.config
- NuGetPackageVerifier.json
- README.md
- run.cmd
- run.ps1
- run.sh
- Session.sln
- version.props
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/aspnet/Session
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Session
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
