Created
June 7, 2012 17:42
-
-
Save claushellsing/2890275 to your computer and use it in GitHub Desktop.
This is how i mean to store the white list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public Dictionary<String, String[]> WhiteListTagStyle = new Dictionary<string, String[]>() | |
{ | |
{"p",new String[]{""}}, | |
{"a",new String[]{"href"}}, | |
{"img",new String[]{"src","alt","width","height"}} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment