FubuMVC.Core.Caching.SetContentType.SetContentType C# (CSharp) Метод

SetContentType() публичный Метод

public SetContentType ( string contentType ) : System
contentType string
Результат System
        public SetContentType(string contentType)
        {
            _contentType = contentType;
        }