메소드 | 설명 | |
---|---|---|
GetHrefType ( string href ) : HrefType | ||
GetTocFileType ( string filePath ) : TocFileType | ||
IsSupportedFile ( string file ) : bool | ||
IsSupportedRelativeHref ( HrefType hrefType ) : bool | ||
IsSupportedRelativeHref ( string href ) : bool | ||
LoadSingleToc ( string file ) : TocViewModel |
public static GetHrefType ( string href ) : HrefType | ||
href | string | |
리턴 | HrefType |
public static GetTocFileType ( string filePath ) : TocFileType | ||
filePath | string | |
리턴 | TocFileType |
public static IsSupportedFile ( string file ) : bool | ||
file | string | |
리턴 | bool |
public static IsSupportedRelativeHref ( HrefType hrefType ) : bool | ||
hrefType | HrefType | |
리턴 | bool |
public static IsSupportedRelativeHref ( string href ) : bool | ||
href | string | |
리턴 | bool |
public static LoadSingleToc ( string file ) : TocViewModel | ||
file | string | |
리턴 | TocViewModel |