C# 클래스 MsdnResolver.MsdnUrlFinder

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

공개 메소드들

메소드 설명
GetSummaryAsync ( string documentationId ) : Task
GetUrlAsync ( string documentationId ) : Task

비공개 메소드들

메소드 설명
GetSummary ( GetContentResponse response ) : string

메소드 상세

GetSummaryAsync() 공개 메소드

public GetSummaryAsync ( string documentationId ) : Task
documentationId string
리턴 Task

GetUrlAsync() 공개 메소드

public GetUrlAsync ( string documentationId ) : Task
documentationId string
리턴 Task