Table of Contents

Interface IMvcSettingOption

Namespace
HeBianGu.Service.Mvc
Assembly
HeBianGu.Service.Mvc.dll
public interface IMvcSettingOption
Extension Methods

Properties

IsUseApp

bool IsUseApp { get; set; }

Property Value

bool

IsUseModule

bool IsUseModule { get; set; }

Property Value

bool

ModulePath

string[] ModulePath { get; set; }

Property Value

string[]

UseAuthority

bool UseAuthority { get; set; }

Property Value

bool

UseAutoMap

bool UseAutoMap { get; set; }

Property Value

bool