UrlResolutionTagHelper.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.
The ViewContext.
public:
property Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ ViewContext { Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ get(); void set(Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ value); };
[Microsoft.AspNetCore.Mvc.ViewFeatures.ViewContext]
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNotBound]
public Microsoft.AspNetCore.Mvc.Rendering.ViewContext ViewContext { get; set; }
[<Microsoft.AspNetCore.Mvc.ViewFeatures.ViewContext>]
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNotBound>]
member this.ViewContext : Microsoft.AspNetCore.Mvc.Rendering.ViewContext with get, set
Public Property ViewContext As ViewContext
Property Value
- Attributes