TaxonomyNavigationContext members
Reports information about processing the TaxonomyNavigation feature during the current HTTP request.
The TaxonomyNavigationContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TaxonomyNavigationContext | Initializes a new instance of a TaxonomyNavigationContext object to be associated with a specific HttpContext object. |
Top
Properties
Name | Description | |
---|---|---|
CatalogUrlSegments | Returns additional URL segments that define the catalog key. | |
Current | Gets an instance of a TaxonomyNavigationContext object that is associated with the current HTTP request that is based on the Current property. | |
FriendlyUrlTerm | Gets a NavigationTerm object if one exists and is set to FriendlyUrl. | |
HasCatalogUrl | Gets a value that indicates whether the context NavigationTerm object has a catalog friendly URL. | |
HasFriendlyUrl | Gets a Boolean value that indicates whether the taxonomy navigation context has a friendly URL. | |
HasNavigationContext | Gets a value that indicates whether the current T:Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigationContext object has a navigation term. | |
NavigationTerm | Gets the context navigation term for the current HTTP request. | |
ResolvedDisplayUrl | Gets the friendly URL or catalog friendly URL for the current request in server-relative format without URL query parameters. | |
RewrittenCatalogUrlSegments | Gets catalog friendly URL segments that were assigned as part of a URL rewriting operation for a catalog-friendly URL. | |
RewrittenNavigationTerm | Gets a NavigationTerm object that was assigned as part of a URL rewriting operation for a friendly URL or a catalog-friendly URL. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetNavigationTerm | Assigns explicitly the NavigationTerm property and the CatalogUrlSegments property when the current request URL is not a friendly URL. | |
ToString | (Inherited from Object.) |
Top