Table of Contents

Interface IContentTypeInRoutePath

Namespace
Raytha.Application.Common.Interfaces
Assembly
Raytha.Application.dll
public interface IContentTypeInRoutePath

Properties

ContentTypeDeveloperName

string ContentTypeDeveloperName { get; }

Property Value

string

Methods

ValidateContentTypeInRoutePathMatchesValue(string, bool)

bool ValidateContentTypeInRoutePathMatchesValue(string developerName, bool throwExceptionOnFailure = true)

Parameters

developerName string
throwExceptionOnFailure bool

Returns

bool