I think this :
@{
Layout = "";
}
is not the same as this :
@{
Layout = null;
}
I use the second and it’s working, no _Viewstart included.
I think this :
@{
Layout = "";
}
is not the same as this :
@{
Layout = null;
}
I use the second and it’s working, no _Viewstart included.