C# 클래스 ServiceStack.Platforms.PlatformNet

상속: System.Platform
파일 보기 프로젝트 열기: ServiceStack/ServiceStack

공개 메소드들

메소드 설명
GetAppConfigPath ( ) : string
GetRazorNamespaces ( ) : HashSet
InitHostConifg ( HostConfig config ) : void

비공개 메소드들

메소드 설명
EnsureHandlerTypeAttribute ( System.Xml.Linq.XElement handler ) : string
ExtractHandlerPathFromWebServerConfigurationXml ( string rawXml ) : string
GetAppConfig ( ) : Configuration
InferHttpHandlerPath ( HostConfig config ) : void
SetPaths ( HostConfig config, string handlerPath, string locationPath ) : void
SetPathsFromConfiguration ( HostConfig config, System webConfig, string locationPath ) : void

메소드 상세

GetAppConfigPath() 공개 메소드

public GetAppConfigPath ( ) : string
리턴 string

GetRazorNamespaces() 공개 메소드

public GetRazorNamespaces ( ) : HashSet
리턴 HashSet

InitHostConifg() 공개 메소드

public InitHostConifg ( HostConfig config ) : void
config HostConfig
리턴 void