As we know sometimes views has taken shared layout and we don't want to append that in design as we have another design pattern in some cases.
So we have to disable shared layout as it takes by default.
@{
Layout = null;
}
Thanks
So we have to disable shared layout as it takes by default.
@{
Layout = null;
}
Thanks
No comments:
Post a Comment