1 2 3 4 5 6 7 8 9 10 11
public bool validate() { if (queryStringCollection.AllKeys.Any(k => k.StartsWith("field_name"))) { fieldValue = queryStringCollection.Get("field_name"); if (string.IsNullOrWhiteSpace(fieldValue) ) { throw customeError; } } }
-- delete .gitmodules git rm --cached MyProject/Core git commit -m 'Remove myproject_core submodule' rm -rf MyProject/Core git remo...
No comments:
Post a Comment