Fix due to the modified Ext.cs
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Example2 {
|
||||
|
||||
private string getName()
|
||||
{
|
||||
return QueryString.Exists("name")
|
||||
return QueryString.Contains("name")
|
||||
? QueryString["name"]
|
||||
: "anon#" + getNum();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user