0
kicks
Reading/Writing cookies with HtmlPlaceholder for Silverlight
Imagine you have an HTML page which you want to read/write cookies to and all this has to happen from Silverlight.
First, you need few JavaScript methods for reading/writing cookies. Let's call the page we want to read/write cookies to CookiesPage.html.