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, set
Public Property ViewComponentContext As ViewComponentContext
Property Value
- Attributes