C# Класс Microsoft.DocAsCode.Build.TableOfContents.Utility

Показать файл Открыть проект

Открытые методы

Метод Описание
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