Lập trình .net 4.0 và visual studio 2010 part 52

Silverlight cho phép bạn tải XAML lúc runtime. Bạn có thể muốn làm điều này để giảm kích thước ứng dụng của bạn, trải ra tải qua đời ứng dụng của bạn hoặc nội dung tự động tải. Khi bạn đã lấy nội dung XAML của bạn như là một chuỗi, bạn cần phải vượt qua nó vào () phương pháp. | CHAPTER 14 SILVERLIGHT INTRODUCTION Passing Parameters into Silverlight There are a number of different methods for passing parameters into Silverlight Query string InitParams property JavaScript function calls as explained previously InitParams The easiest way to pass parameters into a Silverlight application is with the InitParams property on the Silverlight control. Values passed in using this method need to be represented in the format Name Value and separated by commas. For example Name Alex Age 28 Country Australia To use the IntitParams property just add params to the object tag like so param name InitParams value name alex sex male Input values can then be retrieved by iterating through the InitParams keys collection in Initialization parameters. foreach String key in string strKey key string strValue key Query String Another method of passing paramaters to a Silverlight is with the query string. The following code shows you how to iterate through all the query string values URL Params foreach String key in string KeyName key string strValue key Embedding Content in a Silverlight application If you want to utilize content such as images within your Silverlight application you have a number of options two of which are shown here Relative rath resource Image Source Image 351 CHAPTER 14 SILVERLIGHT INTRODUCTION Full URL Image Source http Image NOTE Silverlight currently displays only JPG or PNG images. This means that GIF images do not display. The Silverlight team apparently left this out to reduce the size of the plug-in not to mention GIF becoming a paid standard but it does seem to be a weird omission. On a related note if you are interested in manipulating images you might be interested in checking out http imagetools. The steps to include an image

Không thể tạo bản xem trước, hãy bấm tải xuống
TÀI LIỆU MỚI ĐĂNG
2    531    2    25-04-2024
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.