Pack URIs in WPF
WPF에서는 파일 위치를 정의하기 위해 uniform resource identifiers(URI)를 사용한다.
그리고 URI는 다양한 위치를 정의할 수 있다.
- Specifying the user interface (UI) to show when an application first starts.
- Loading images.
- Navigating to pages.
- Loading non-executable data files.
그리고 URI는 다양한 위치를 정의할 수 있다.
- The current assembly.
- A referenced assembly.
- A location relative to an assembly.
- The application's site of origin.
댓글
댓글 쓰기