SpaFallback
Assembly: ServiceStack.dll
View Source
Declaration
[FallbackRoute("/{PathInfo*}", Matches = "AcceptsHtml")]
[ExcludeMetadata]
public class SpaFallback : IReturn<string>, IReturn
Properties
PathInfo
View Source
Declaration
public string PathInfo { get; set; }