C# 클래스 OfficeOpenXml.PackUriHelperMonoSafe

workaround for wrongly implemented GetRelativeUri in Mono see https://bugzilla.xamarin.com/show_bug.cgi?id=2527 Mono always returns the sourcePartUri.
파일 보기 프로젝트 열기: ylatuya/EPPlus 1 사용 예제들

공개 메소드들

메소드 설명
GetRelativeUri ( Uri sourcePartUri, Uri targetPartUri ) : Uri

get the relative Uri

메소드 상세

GetRelativeUri() 공개 정적인 메소드

get the relative Uri
public static GetRelativeUri ( Uri sourcePartUri, Uri targetPartUri ) : Uri
sourcePartUri System.Uri
targetPartUri System.Uri
리턴 System.Uri