c# - Disable browser links in Windows Phone 8 -


is possible disable links ( <a ... > elements ) in browser in windows phone 8? display page user cannot navigate page , don't have control on source code of page showing.

thanks!

subscribe webbrowser's navigating event , cancel navigation attempts setting cancel property of navigatingeventargs true.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -