Skip to content

Commit e553f8b

Browse files
authored
Merge pull request #6776 from umbraco/cms/partial-view
Add image of where Partial View files are saved in directory
2 parents 1840e21 + 6a9403f commit e553f8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
39.1 KB
Loading

15/umbraco-cms/fundamentals/design/partial-views.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ To create a partial view:
2929
5. Enter a partial view name.
3030
6. Click the **Save** button. You will now see the partial view markup in the backoffice editor.
3131

32-
![Created partial view](../../../../10/umbraco-cms/fundamentals/design/images/created-partial-view.png)
33-
3432
<figure><img src="../../.gitbook/assets/image (23).png" alt="Created partial view"><figcaption><p>Created partial view</p></figcaption></figure>
3533

36-
By default, the partial view is saved in the `Views/Partials` folder in the solution.
34+
By default, the partial views are saved in the `Views/Partials` folder in the solution.
35+
36+
![Partial View folder in the project directory](images/partial-views-in-directory.png)
3737

3838
## Creating a Partial View from Snippet
3939

@@ -48,7 +48,7 @@ To create a partial view from the snippet:
4848

4949
<figure><img src="../../.gitbook/assets/image (25).png" alt=""><figcaption><p>Created partial view from snippet</p></figcaption></figure>
5050

51-
By default, the partial view is saved in the `Views/Partials` folder in the solution. Umbraco provides the following partial view snippets:
51+
Umbraco provides the following partial view snippets:
5252

5353
* Empty - Creates an empty partial view file.
5454
* Breadcrumb - Creates a breadcrumb of parents using the `Ancestors()` method to generate links in an unordered HTML list. It displays the name of the current page without a link.

0 commit comments

Comments
 (0)