Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with optional parameters?
Message
 
 
À
24/10/2011 16:24:02
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01527224
Message ID:
01527227
Vues:
36
I tried adding it to the tests (manually myself) and yes, it shows the parameter in square brackets.

>Does intellisense show it as optional (surrounded by brackets)?
>
>>Hi everybody,
>>
>>I've been following PluralSight ASP.NET MVC tutorial along and so far all been good, but somehow the last piece is not working as it supposed to.
>>
>>I have this code
>>
>>namespace OdeToFood.Controllers
>>{
>>    public class CuisineController : Controller
>>    {
>>        //
>>        // GET: /Cuisine/
>>
>>        public ActionResult Search(string name = "*")
>>        {
>>            name = Server.HtmlEncode(name); 
>>            return Content("You reached " + name);
>>        }
>>
>>    }
>>}
>>
>>which supposed to allow me to not pass parameter and still work.
>>
>>However, when I type just cuisine in the URL, I still get 404 error.
>>
>>What may be a problem?
>>
>>Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform