20 lines
555 B
Plaintext
20 lines
555 B
Plaintext
<Layout>
|
|
/Views/ViewWithPaths/_Layout.cshtml
|
|
/Views/ViewWithPaths/Index.cshtml
|
|
</Layout>
|
|
<ViewStart>
|
|
/Views/ViewWithPaths/_ViewStart.cshtml
|
|
/Views/ViewWithPaths/Index.cshtml
|
|
</ViewStart>
|
|
<Index>
|
|
/Views/ViewWithPaths/Index.cshtml
|
|
/Views/ViewWithPaths/Index.cshtml
|
|
<component>
|
|
/Views/Shared/Components/ComponentForViewWithPaths/Default.cshtml
|
|
/Views/Shared/Components/ComponentForViewWithPaths/Default.cshtml
|
|
</component>
|
|
<Partial>
|
|
/Views/ViewWithPaths/_Partial.cshtml
|
|
/Views/ViewWithPaths/_Partial.cshtml
|
|
</Partial>
|
|
</Index> |