Click or drag to resize
SiteContextCurrentCategory Property
Current category info object according the URL parameter of the current request. It is available when the request contains parameters "category" or "categoryname" with valid value of the category.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 8.2.23
Syntax
C#
public static BaseInfo CurrentCategory { get; }

Property Value

Type: BaseInfo
See Also