Show / Hide Table of Contents

Class HttpConfigurationExtensions

Inheritance
object
HttpConfigurationExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Api
Assembly: DotNetNuke.Web.dll
Syntax
public static class HttpConfigurationExtensions

Methods

AddTabAndModuleInfoProvider(HttpConfiguration, ITabAndModuleInfoProvider)

Declaration
public static void AddTabAndModuleInfoProvider(this HttpConfiguration configuration, ITabAndModuleInfoProvider tabAndModuleInfoProvider)
Parameters
Type Name Description
HttpConfiguration configuration
ITabAndModuleInfoProvider tabAndModuleInfoProvider

GetTabAndModuleInfoProviders(HttpConfiguration)

Declaration
public static IEnumerable<ITabAndModuleInfoProvider> GetTabAndModuleInfoProviders(this HttpConfiguration configuration)
Parameters
Type Name Description
HttpConfiguration configuration
Returns
Type Description
IEnumerable<ITabAndModuleInfoProvider>
Back to top by the community, for the community... #DNNCMS