Click or drag to resize
TaxonomyContextCurrentCategory 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.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
public static CategoryInfo CurrentCategory { get; set; }

Property Value

Type: CategoryInfo
See Also