After extensive research, the best approach I found to use #region and #endregion to structure and organize the code in cshtml files for better readability. based on Rachel's! Here's an example:
@{#region CommentName}
<div>
@* A lot of code here *@
</div>
@{#endregion}