Fixed view folder Todo to match controller name (#1763)
* fix view folder Todo to match controller name * fixed reference in .rst filepull/1772/head
parent
aac3229993
commit
267f3fde7f
|
@ -20,7 +20,7 @@ The syntax for ``@inject``:
|
|||
|
||||
An example of ``@inject`` in action:
|
||||
|
||||
.. literalinclude:: dependency-injection/sample/src/ViewInjectSample/Views/Todo/Index.cshtml
|
||||
.. literalinclude:: dependency-injection/sample/src/ViewInjectSample/Views/ToDo/Index.cshtml
|
||||
:linenos:
|
||||
:language: c#
|
||||
:emphasize-lines: 4-5,15-17
|
||||
|
|
Loading…
Reference in New Issue