C# 클래스 Microsoft.DocAsCode.Build.TableOfContents.Utility

파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

메소드 설명
GetHrefType ( string href ) : HrefType
GetTocFileType ( string filePath ) : TocFileType
IsSupportedFile ( string file ) : bool
IsSupportedRelativeHref ( HrefType hrefType ) : bool
IsSupportedRelativeHref ( string href ) : bool
LoadSingleToc ( string file ) : TocViewModel

메소드 상세

GetHrefType() 공개 정적인 메소드

public static GetHrefType ( string href ) : HrefType
href string
리턴 HrefType

GetTocFileType() 공개 정적인 메소드

public static GetTocFileType ( string filePath ) : TocFileType
filePath string
리턴 TocFileType

IsSupportedFile() 공개 정적인 메소드

public static IsSupportedFile ( string file ) : bool
file string
리턴 bool

IsSupportedRelativeHref() 공개 정적인 메소드

public static IsSupportedRelativeHref ( HrefType hrefType ) : bool
hrefType HrefType
리턴 bool

IsSupportedRelativeHref() 공개 정적인 메소드

public static IsSupportedRelativeHref ( string href ) : bool
href string
리턴 bool

LoadSingleToc() 공개 정적인 메소드

public static LoadSingleToc ( string file ) : TocViewModel
file string
리턴 TocViewModel