IHtmlHelper.ViewContext Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the context information about the view.
public:
 property Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ ViewContext { Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ get(); };
	public Microsoft.AspNetCore.Mvc.Rendering.ViewContext ViewContext { get; }
	member this.ViewContext : Microsoft.AspNetCore.Mvc.Rendering.ViewContext
	Public ReadOnly Property ViewContext As ViewContext