C# 클래스 formulate.core.Utilities.FileUtility

Assists with operations related to files.
파일 보기 프로젝트 열기: rhythmagency/formulate

공개 메소드들

메소드 설명
ValidateView ( string path ) : void

Validates that a view at the specified path exists.

An exception will be thrown if the view does not exist.

메소드 상세

ValidateView() 공개 정적인 메소드

Validates that a view at the specified path exists.
An exception will be thrown if the view does not exist.
public static ValidateView ( string path ) : void
path string /// The path (e.g., "~/Views/Partials/Formulate/SomeView.cshtml"). ///
리턴 void