Table of Contents

Interface IFileReference

Namespace
Ecng.Compilation
Assembly
Ecng.Compilation.dll

Provides an abstraction for retrieving file content as a string.

public interface IFileReference
Extension Methods

Methods

GetFileBody()

Retrieves the body of the file as a string.

string GetFileBody()

Returns

string

A string representing the contents of the file.