public string More(typesmore tp) { if (string.IsNullOrEmpty(tp.getdetails)) { return("Yor are not selected anything"); } else { return("Yor are selected anything" + tp.getdetails); } }
public ActionResult More() { typesmore t = new typesmore(); return(View(t)); }