Show / Hide Table of Contents

Class BlogNameControlHelper

Inheritance
System.Object
BlogNameControlHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Blogging.Pages.Blogs.Shared.Helpers
Assembly: Volo.Blogging.Web.dll
Syntax
public static class BlogNameControlHelper

Fields

ProhibitedFileExtensions

Declaration
public static readonly string[] ProhibitedFileExtensions
Field Value
Type Description
System.String[]

Methods

IsProhibitedFileFormatName(String)

Declaration
public static bool IsProhibitedFileFormatName(string blogShortName)
Parameters
Type Name Description
System.String blogShortName
Returns
Type Description
System.Boolean
Back to top Powered by Volosoft