skip to Main Content

Asp.net – I receive null after Model Binding

I receive variable with null values after model binding. I don't know why, can someone explain what's wrong? Thank you. Title is null, Content is null after form submitting. Create.cshtml <form asp-action="Create" method="post"> @Html.AntiForgeryToken() <div asp-validation-summary="ModelOnly" class="text-danger"></div> <div class="form-group"> <label…

VIEW QUESTION
Back To Top
Search