Logowanie

Kontakt


Magdalena Klimek – koordynator projektu
klimek@afast.pl

Jesteś zainteresowany afazją? Ktoś z rodziny cierpi na to schorzenie? Pomóż nam testować tworzone przez nas narzędzie.

Jesteś widzisz w programie błąd, zgłoś go. Zespół szybko wprowadzi poprawki.
zgloszenie_bledu@afast.pl

Serdecznie zapraszamy do polubienia i udostepnienia naszego profilu na Facebooku.
Zamieszczamy tam wszystkie aktualności i nowości zwiazane z aplikacją.
Strona Afast na Facebook


Route Debugger

Type in a url in the address bar to see which defined routes match it. A {*catchall} route is added to the list of routes automatically in case none of your routes match.

To generate URLs using routing, supply route values via the query string. example: http://localhost:14230/?id=123

: {controller}/{action}/{id}

Route Data
KeyValue
controllerHome 
actionContact 
Data Tokens
KeyValue

All Routes
Matches Current Request Url Defaults Constraints DataTokens
False{resource}.axd/{*pathInfo}(null)(empty)(null)
True{controller}/{action}/{id}controller = Home, action = Menu, id = UrlParameter.Optional(empty)(empty)
True{*catchall}(null)(null)(null)

Current Request Info

AppRelativeCurrentExecutionFilePath is the portion of the request that Routing acts on.

AppRelativeCurrentExecutionFilePath: ~/Home/Contact