Pack URIs in WPF

WPF에서는 파일 위치를 정의하기 위해 uniform resource identifiers(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.

댓글

이 블로그의 인기 게시물

Oracle NLS_DATE_FORMAT 변경

Stop console process using Ctrl+C.

Alternative to IValueConvert, QuickConverter