C# Класс formulate.core.Utilities.FileUtility

Assists with operations related to files.
Показать файл Открыть проект

Открытые методы

Метод Описание
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