Skip to content

Commit eb86754

Browse files
authored
Merge pull request #7311 from umbraco/forms-url
Url definition
2 parents 9fc99f5 + c2d7eeb commit eb86754

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

10/umbraco-forms/developer/prepping-frontend.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ You can use the following Razor helper to output script tags containing the depe
1515
</head>
1616
```
1717

18+
`Url` is a parameter passed into the method. It’s defined as a property on the base view model for an Umbraco template, so it will be automatically available in your Razor views.
19+
1820
Alternatively, you can add the dependencies to the body tag:
1921

2022
```csharp

13/umbraco-forms/developer/prepping-frontend.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ You can use the following Razor helper to output script tags containing the depe
1818
</head>
1919
```
2020

21+
`Url` is a parameter passed into the method. It’s defined as a property on the base view model for an Umbraco template, so it will be automatically available in your Razor views.
22+
2123
Alternatively, you can add the dependencies to the body tag:
2224

2325
```csharp

14/umbraco-forms/developer/prepping-frontend.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ You can use the following Razor helper to output script tags containing the depe
1515
</head>
1616
```
1717

18+
`Url` is a parameter passed into the method. It’s defined as a property on the base view model for an Umbraco template, so it will be automatically available in your Razor views.
19+
1820
Alternatively, you can add the dependencies to the body tag:
1921

2022
```csharp

15/umbraco-forms/developer/prepping-frontend.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ You can use the following Razor helper to output script tags containing the depe
1515
</head>
1616
```
1717

18+
`Url` is a parameter passed into the method. It’s defined as a property on the base view model for an Umbraco template, so it will be automatically available in your Razor views.
19+
1820
Alternatively, you can add the dependencies to the body tag:
1921

2022
```csharp

16/umbraco-forms/developer/prepping-frontend.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ You can use the following Razor helper to output script tags containing the depe
1515
</head>
1616
```
1717

18+
`Url` is a parameter passed into the method. It’s defined as a property on the base view model for an Umbraco template, so it will be automatically available in your Razor views.
19+
1820
Alternatively, you can add the dependencies to the body tag:
1921

2022
```csharp

0 commit comments

Comments
 (0)