Fix a few for Example3
This commit is contained in:
@@ -10,8 +10,8 @@ namespace Example3
|
||||
{
|
||||
var name = Context.QueryString ["name"];
|
||||
var msg = !name.IsNullOrEmpty ()
|
||||
? String.Format ("'{0}' to {1}", e.Data, name)
|
||||
: e.Data;
|
||||
? String.Format ("'{0}' to {1}", e.Data, name)
|
||||
: e.Data;
|
||||
|
||||
Send (msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user