FileProviderRazorProjectItem.FileKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft.AspNetCore.Razor.Language.RazorProjectItem.FileKind
public:
virtual property System::String ^ FileKind { System::String ^ get(); };
public override string FileKind { get; }
member this.FileKind : string
Public Overrides ReadOnly Property FileKind As String