Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 10/umbraco-forms/developer/prepping-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ You can use the following Razor helper to output script tags containing the depe
</head>
```

`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.

Alternatively, you can add the dependencies to the body tag:

```csharp
Expand Down
2 changes: 2 additions & 0 deletions 13/umbraco-forms/developer/prepping-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ You can use the following Razor helper to output script tags containing the depe
</head>
```

`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.

Alternatively, you can add the dependencies to the body tag:

```csharp
Expand Down
2 changes: 2 additions & 0 deletions 14/umbraco-forms/developer/prepping-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ You can use the following Razor helper to output script tags containing the depe
</head>
```

`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.

Alternatively, you can add the dependencies to the body tag:

```csharp
Expand Down
2 changes: 2 additions & 0 deletions 15/umbraco-forms/developer/prepping-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ You can use the following Razor helper to output script tags containing the depe
</head>
```

`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.

Alternatively, you can add the dependencies to the body tag:

```csharp
Expand Down
2 changes: 2 additions & 0 deletions 16/umbraco-forms/developer/prepping-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ You can use the following Razor helper to output script tags containing the depe
</head>
```

`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.

Alternatively, you can add the dependencies to the body tag:

```csharp
Expand Down