开发者

Prevent user from navigating directly to a page in silverlight

开发者 https://www.devze.com 2023-01-22 16:32 出处:网络
Is 开发者_运维知识库there a way to prevent users from navigating directly to a page in Silverlight 4?

Is 开发者_运维知识库there a way to prevent users from navigating directly to a page in Silverlight 4? Thank you.


You can override the Page.OnNavigatingFrom method and cacel the navigation before it happens.

0

精彩评论

暂无评论...
验证码 换一张
取 消