C# 클래스 Chronozoom.UI.PageInformation

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

Private Properties

프로퍼티 타입 설명
GetFileVersion string

공개 메소드들

메소드 설명
PageInformation ( ) : System.Diagnostics

비공개 메소드들

메소드 설명
GetFileVersion ( string webPath = "" ) : string

Used to obtain a versioning value that can be used in a query string when linking static content such as .js and .css files. The versioning value changes every time the file is changed, and can be used so that browsers do not need to be manually refreshed by users when static content changes. For example, x.js?v=2014-12-31--17-30 is seen by browsers as a different file compared to x.js?v2015-01-01--00-00. It should be noted that this particular approach is not be suitable for a web farm unless sticky IPs are used on the load balancer.

메소드 상세

PageInformation() 공개 메소드

public PageInformation ( ) : System.Diagnostics
리턴 System.Diagnostics