C# 클래스 Kudu.Core.Infrastructure.AspNetCoreHelper

파일 보기 프로젝트 열기: projectkudu/kudu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ProjectJsonLookupList string[]

공개 메소드들

메소드 설명
IsDotnetCorePreview3 ( string projectPath, IEnumerable projectTypeGuids ) : bool
IsWebApplicationProjectFile ( string projectFilePath ) : bool
TryAspNetCoreWebProject ( string rootPath, IFileFinder fileFinder, string &projectJsonPath ) : bool

메소드 상세

IsDotnetCorePreview3() 공개 정적인 메소드

public static IsDotnetCorePreview3 ( string projectPath, IEnumerable projectTypeGuids ) : bool
projectPath string
projectTypeGuids IEnumerable
리턴 bool

IsWebApplicationProjectFile() 공개 정적인 메소드

public static IsWebApplicationProjectFile ( string projectFilePath ) : bool
projectFilePath string
리턴 bool

TryAspNetCoreWebProject() 공개 정적인 메소드

public static TryAspNetCoreWebProject ( string rootPath, IFileFinder fileFinder, string &projectJsonPath ) : bool
rootPath string
fileFinder IFileFinder
projectJsonPath string
리턴 bool

프로퍼티 상세

ProjectJsonLookupList 공개적으로 정적으로 프로퍼티

public static string[] ProjectJsonLookupList
리턴 string[]