본문 바로가기

Silverlight

ASPX 에서 실버라이트 미설치시 표여줄 화면 표시 방법

//ASPX 페이지 에서 silverlight 미설치시 보여줄 화면 포맷
<PluginNotInstalledTemplate>
   <a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;">
        <img src="ClientBin/InstallSL.png" alt="Get Microsoft Silverlight" style="border-style: none" />
   </a>
</PluginNotInstalledTemplate>