check if ViewBag property is null or not exists

How to check if ViewBag property is null or not exists?

Hello everyone, I am going to share the code sample for check if ViewBag property is null or not exists in CS HTML(Razor).

The code detail as given blow.

Syntax :

@if (ViewBag.IsExist != null && ViewBag.IsExist == true)
{
   <label> Your password has been reset successfully!</label>
}

ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

How to check if ViewBag property is null or not exists? How to check if ViewBag property is null or not exists? Reviewed by Anil Singh on 11:38 PM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^