EnVedette!
This commit is contained in:
parent
14bc9b1611
commit
5fec0d3a0b
@ -15,7 +15,6 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="ViewComponents\" />
|
||||
<Folder Include="ViewModels\" />
|
||||
<Folder Include="wwwroot\img\" />
|
||||
<Folder Include="wwwroot\audio\" />
|
||||
|
14
GrossesMitaines/GrossesMitaines/ViewComponents/EnVedette.cs
Normal file
14
GrossesMitaines/GrossesMitaines/ViewComponents/EnVedette.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace GrossesMitaines.ViewComponents {
|
||||
public class EnVedette : ViewComponent {
|
||||
|
||||
|
||||
public async Task<IViewComponentResult> InvokeAsync() {
|
||||
return View();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
ViewData["Title"] = "Maison";
|
||||
}
|
||||
|
||||
<div class="row"></div>
|
||||
<div class="container col-10 offset-1 text-primary text-right text-sm-right" style="font-family:Comic Sans MS;">
|
||||
<h1>Des produits bien commodes faits par des aînées d'expérience.</h1>
|
||||
</div>
|
||||
|
||||
<vc:en-vedette></vc:en-vedette>
|
Loading…
Reference in New Issue
Block a user