ViewComponent.ViewComponentContext 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 or sets the ViewComponentContext.
public:
 property Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ ViewComponentContext { Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ get(); void set(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ value); };[Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext]
public Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext ViewComponentContext { get; set; }[<Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext>]
member this.ViewComponentContext : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext with get, setPublic Property ViewComponentContext As ViewComponentContextProperty Value
- Attributes