C# Class formulate.core.Utilities.FileUtility

Assists with operations related to files.
Exibir arquivo Open project: rhythmagency/formulate

Public Methods

Method Description
ValidateView ( string path ) : void

Validates that a view at the specified path exists.

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

Method Details

ValidateView() public static method

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"). ///
return void