Browse Source

Update Using-DevExtreme-In-ABP-Based-Application.md

pull/5107/head
Ahmet Çotur 6 years ago
parent
commit
cbb1d982d6
  1. 2
      docs/en/Community-Articles/2020-08-18-DevExtreme-With-ABP/Using-DevExtreme-In-ABP-Based-Application.md

2
docs/en/Community-Articles/2020-08-18-DevExtreme-With-ABP/Using-DevExtreme-In-ABP-Based-Application.md

@ -175,7 +175,7 @@ After that, your `*.Web` project should be like as following.
Then we can add this view component to `<head>` section by using **hooks**.
Open your `DevExtremeSampleWebModule.cs` file in your `DevExtremeSample.Application.Web` project and add following code to `ConfigureServices` method.
Open your `DevExtremeSampleWebModule.cs` file in your `DevExtremeSample.Web` project and add following code to `ConfigureServices` method.
```csharp
Configure<AbpLayoutHookOptions>(options =>

Loading…
Cancel
Save